Open antman1p opened 3 years ago
I am developing an electron app and am getting no output when I run:
var osascript = require('osascript').eval; osascript('console.log("Hello, world!");').pipe(process.stdout);
Nothing in the console, nor stdout.
I am developing an electron app and am getting no output when I run:
Nothing in the console, nor stdout.