Description
Here's my controller script:
function Controller() { } // asd
With this script, no window shows up on execution of installer.
If I remove the comment '// asd', it works fine.
Comment should never affect any behavior of source code.
Here's my controller script:
function Controller() { } // asd
With this script, no window shows up on execution of installer.
If I remove the comment '// asd', it works fine.
Comment should never affect any behavior of source code.