electron/spec/fixtures/api/utility-process/electron-modules/import-main.mjs

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

3 lines
79 B
JavaScript
Raw Normal View History

import { net } from 'electron/main';
process.exit(net !== undefined ? 0 : 1);