Skip to content

Commit 5cfbcd4

Browse files
authored
Update parser.js
1 parent 4b8471e commit 5cfbcd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

parser/parser.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class ChatterScript {
5252
// Allow calls to defined functions and methods
5353
else if (this.isFunctionCall(line)) {
5454
const args = this.extractArgs(line);
55+
console.log(line,args)
5556
this.callFunction(line, args);
5657
}
5758
}

0 commit comments

Comments
 (0)