Hello,
I'm just getting started with making scripts for Sg and already in a weird situation :)
With this script:
for (var i = 1; i <= 10; i++) {
console.log('We are looping', i, 'times');
}
Sg's console says:
ReferenceError: "console" is not defined.
at My Scriptstesting.js:2
Has the console call changed or something? I'm on the latest version.
Thanks!