3 lines
70 B
JavaScript
3 lines
70 B
JavaScript
|
process.once('loaded', function () {
|
||
|
window.argv = process.argv
|
||
|
})
|