Updates
This commit is contained in:
+2
-1
@@ -144,7 +144,8 @@ function parseLine(line, number) {
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
throw new Error(split[0] + " is not a defined macro in line " + number);
|
return;
|
||||||
|
// throw new Error(split[0] + " is not a defined macro in line " + number);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user