Error output reporting wrong line number
Status: Alpha
Brought to you by:
afrow_uk
Consider the following script with invalid syntax at line 5:
Name("installer_name");
OutFile("installer_name.exe");
RequestExecutionLevel("user");
FantasySyntax();
Running the compiler will output the following error:
Error in script "/Users/jan/Desktop/yo.nsl" on line 10:
"function call" can only be used in a function or section context.
Needless to say, this makes tedious!