mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-20 01:13:29 +00:00
Removed test line
This commit is contained in:
@@ -294,7 +294,6 @@ if (typeof exports != "undefined" && !exports.acorn) {
|
||||
|
||||
function raise(pos, message) {
|
||||
if (typeof pos == "number") pos = getLineInfo(input, pos);
|
||||
if (!options.objj) message += " (" + pos.line + ":" + pos.column + ")";
|
||||
var syntaxError = new SyntaxError(message);
|
||||
syntaxError.line = pos.line;
|
||||
syntaxError.column = pos.column;
|
||||
|
||||
Reference in New Issue
Block a user