mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 03:36:36 +00:00
Increase OS X parent kill time to 500ms
This commit is contained in:
parent
4925d1d722
commit
86d7424f90
@ -48,7 +48,7 @@ exports.require = function(callback) {
|
||||
sudoPrompt.exec(process.argv.join(' '));
|
||||
setTimeout(function() {
|
||||
process.exit(0);
|
||||
}, 300);
|
||||
}, 500);
|
||||
}
|
||||
else if (platform === 'win32') {
|
||||
var command = _.map(process.argv, function(word) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user