mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
Increase timeout for starting a profile after opening devtools
This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
} else {
|
||||
currentWindow.openDevTools()
|
||||
currentWindow.once('devtools-opened', function () {
|
||||
setTimeout(profile, 100)
|
||||
setTimeout(profile, 1000)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user