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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
130 B
JavaScript
Raw Normal View History

console.log(JSON.stringify({
stdoutType: process.stdout._type,
processType: typeof process.type,
window: typeof window
}));