console.log styling
Hey, so i was trying to setup an esbuild file, and i noticed a couple things.
The first thing i noticed was that, if i dont have all the permissions allowed when i run the ts file, my console.logs looked different. (see image 1)
If i had all the permissions granted, by default it didnt look as nice (see image 2)
Then i was trying to figure out why this was, and i ended up finding out, that if i didnt use the esbuild deno plugins, it would look all pretty and neat again. (see image 3)
does anyone know why this is happening, and or how i can have the pretty console.logs without disabling the deno plugins or having to agree to the permissions each time.
0 Replies