I'm running JavaScript from a node.js build I implemented into Sublime Text 3.
From ReferenceError: "alert" is not defined, I understand that since the script isn't run from a browser, alert
boxes are disabled.
Are there any alternatives to this? I don't mind losing the alert popup, but I want Sublime Text to print out the alert
and not catch an error on it.