Skip to content

Commit 9bed275

Browse files
committed
Add console.
1 parent 088ee3d commit 9bed275

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pimscript.coffee

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ for access in accessList
6666
lineDiff++
6767
script = " var #{access} = lib.#{access}();\n#{script}"
6868

69+
script = "var console = lib.console();\n#{script}"
70+
6971
walk = (ast) ->
7072
if Array.isArray(ast) and ast.length > 0
7173
type = ast[0]

0 commit comments

Comments
 (0)