Skip to content

Commit

Permalink
Merge pull request #24 from lucifer63/master
Browse files Browse the repository at this point in the history
Update parser.js
  • Loading branch information
silentmatt committed Mar 31, 2015
2 parents 383ad23 + 0daad65 commit b28607c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parser.js
Expand Up @@ -611,6 +611,7 @@ var Parser = (function (scope) {
error_parsing: function (column, msg) {
this.success = false;
this.errormsg = "parse error [column " + (column) + "]: " + msg;
this.column = column;
throw new Error(this.errormsg);
},

Expand Down

0 comments on commit b28607c

Please sign in to comment.