You are not logged in.
Pages: 1
#!/usr/lib/electron34/electron --ozone-platform-hint=auto
console.log('Hello, World!');
This makes me sick. Why does this print Hello, World! even I don't have ELECTRON_RUN_AS_NODE=1?
Offline
You might eleborate on that because while idk why it does, I'd know even less "why would it not?"…
console.log is a common JS function, the shebang instructs interpretation w/ electron and yeah… electron is then gonna intrepret the JS somewhat correctly?
Offline
and yeah… electron is then gonna intrepret the JS somewhat correctly?
I can't understand this. But I found `--interactive` flag for Electron.js REPL.
Last edited by oech3 (2025-05-14 08:29:08)
Offline
Pages: 1