4 lines
83 B
JavaScript
4 lines
83 B
JavaScript
![]() |
const { net } = require('electron/lol');
|
||
|
|
||
|
process.exit(net !== undefined ? 0 : 1);
|