atom.asar -> electron.asar
This commit is contained in:
parent
c036986cc4
commit
ce95747a25
3 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ class CallbacksRegistry {
|
|||
if (location.indexOf('(native)') !== -1) {
|
||||
continue
|
||||
}
|
||||
if (location.indexOf('atom.asar') !== -1) {
|
||||
if (location.indexOf('electron.asar') !== -1) {
|
||||
continue
|
||||
}
|
||||
ref = /([^\/^\)]*)\)?$/gi.exec(location)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue