parent
45a937df0a
commit
c74ae107f1
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ app.once('ready', function () {
|
|||
}
|
||||
}
|
||||
} catch (error) {
|
||||
if (process.env.ELECTRON_ENABLE_LOGGING) {
|
||||
if (process.env.ELECTRON_ENABLE_LOGGING && error.code !== 'ENOENT') {
|
||||
console.error('Failed to load browser extensions from directory:', loadedDevToolsExtensionsPath)
|
||||
console.error(error)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue