3 lines
78 B
JavaScript
3 lines
78 B
JavaScript
import { net } from 'electron/lol';
|
|
|
|
process.exit(net !== undefined ? 0 : 1);
|