mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-27 05:06:40 +00:00
Merge pull request #16 from resin-io/jviotti/fix/increase-osx-killtime
Increase OS X parent kill time to 500ms
This commit is contained in:
commit
1b04b56d85
@ -48,7 +48,7 @@ exports.require = function(callback) {
|
|||||||
sudoPrompt.exec(process.argv.join(' '));
|
sudoPrompt.exec(process.argv.join(' '));
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
process.exit(0);
|
process.exit(0);
|
||||||
}, 300);
|
}, 500);
|
||||||
}
|
}
|
||||||
else if (platform === 'win32') {
|
else if (platform === 'win32') {
|
||||||
var command = _.map(process.argv, function(word) {
|
var command = _.map(process.argv, function(word) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user