Skip to content

Commit

Permalink
Update parser.js
Browse files Browse the repository at this point in the history
  • Loading branch information
franck403 authored Oct 9, 2024
1 parent 4b8471e commit 5cfbcd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parser/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class ChatterScript {
// Allow calls to defined functions and methods
else if (this.isFunctionCall(line)) {
const args = this.extractArgs(line);
console.log(line,args)
this.callFunction(line, args);
}
}
Expand Down

0 comments on commit 5cfbcd4

Please sign in to comment.