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

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

3 lines
78 B
JavaScript
Raw Normal View History

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