Menu

#3 Error output reporting wrong line number

1.0.* (Alpha)
open
nobody
None
5
2016-03-22
2016-03-22
idleberg
No

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!

Discussion


Log in to post a comment.

MongoDB Logo MongoDB