mirror of
https://github.com/electron/electron.git
synced 2026-01-07 22:54:25 -05:00
7 lines
75 B
JavaScript
7 lines
75 B
JavaScript
try {
|
|
require('runas')
|
|
} catch (e) {
|
|
process.exit(1)
|
|
}
|
|
process.exit(0)
|