mirror of
https://github.com/electron/electron.git
synced 2026-01-26 07:48:08 -05:00
Remove unnecessary escape characters
This commit is contained in:
@@ -29,7 +29,7 @@ class CallbacksRegistry {
|
||||
if (location.indexOf('electron.asar') !== -1) {
|
||||
continue
|
||||
}
|
||||
ref = /([^\/^\)]*)\)?$/gi.exec(location)
|
||||
ref = /([^/^)]*)\)?$/gi.exec(location)
|
||||
filenameAndLine = ref[1]
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user