Remove unnecessary escape characters
This commit is contained in:
parent
2cabfa5589
commit
0593696344
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class CallbacksRegistry {
|
||||||
if (location.indexOf('electron.asar') !== -1) {
|
if (location.indexOf('electron.asar') !== -1) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
ref = /([^\/^\)]*)\)?$/gi.exec(location)
|
ref = /([^/^)]*)\)?$/gi.exec(location)
|
||||||
filenameAndLine = ref[1]
|
filenameAndLine = ref[1]
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue