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