electron/spec/fixtures/module/run-as-node.js

6 lines
130 B
JavaScript
Raw Permalink Normal View History

console.log(JSON.stringify({
stdoutType: process.stdout._type,
processType: typeof process.type,
window: typeof window
2020-03-20 14:28:31 -06:00
}));