mirror of
https://github.com/electron/electron.git
synced 2026-02-19 03:14:51 -05:00
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
4 lines
88 B
JavaScript
4 lines
88 B
JavaScript
const { net } = require('electron/renderer');
|
|
|
|
process.exit(net !== undefined ? 0 : 1);
|