Skip to content

Commit e0b4d80

Browse files
committed
docs: Extend JavaScript explanation
1 parent cc927ac commit e0b4d80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lua/debugprint/filetypes.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ local docker = vim.deepcopy(shell)
1919
docker.left = "RUN " .. docker.left
2020

2121
-- Use console.warn() rather than console.debug() so that messages are visible
22-
-- by default.
22+
-- by default in browser consoles. console.warn() will send to stderr with
23+
-- NodeJS.
2324
local js = {
2425
left = 'console.warn("',
2526
right = '")',

0 commit comments

Comments
 (0)