Skip to content

Commit

Permalink
docs: Extend JavaScript explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewferrier committed Nov 26, 2023
1 parent cc927ac commit e0b4d80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/debugprint/filetypes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ local docker = vim.deepcopy(shell)
docker.left = "RUN " .. docker.left

-- Use console.warn() rather than console.debug() so that messages are visible
-- by default.
-- by default in browser consoles. console.warn() will send to stderr with
-- NodeJS.
local js = {
left = 'console.warn("',
right = '")',
Expand Down

0 comments on commit e0b4d80

Please sign in to comment.