mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
🔧 Appease the linter
This commit is contained in:
@@ -138,7 +138,7 @@ const asyncWebFrameMethods = function (requestId, method, callback, ...args) {
|
||||
rehydratedError.stack = error.stack
|
||||
}
|
||||
|
||||
reject(rehydratedError);
|
||||
reject(rehydratedError)
|
||||
} else {
|
||||
reject(error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user