mikaelbr / node-osascript

A stream for Apple Open Scripting Architecture (OSA) through AppleScript or Javascript
MIT License
54 stars 5 forks source link

No output #8

Open antman1p opened 3 years ago

antman1p commented 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.