diff --git a/Objective-J/acorn.js b/Objective-J/acorn.js index 8af2eaf55..a458a8ef8 100644 --- a/Objective-J/acorn.js +++ b/Objective-J/acorn.js @@ -215,6 +215,7 @@ if (!exports.acorn) { syntaxError.column = pos.column; syntaxError.lineStart = pos.lineStart; syntaxError.lineEnd = pos.lineEnd; + syntaxError.fileName = sourceFile; throw syntaxError; }