mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 04:06:37 +02:00
pad: Fix wrong variable name in global exception handler
This fixes a bug introduced in commit c845d985e0d6014f2c2474564c59f33cdc552de6.
This commit is contained in:
parent
d25010d5d7
commit
e66e8a4eb2
@ -333,7 +333,7 @@ padutils.setupGlobalExceptionHandler = () => {
|
||||
globalExceptionHandler = (e) => {
|
||||
let type;
|
||||
let err;
|
||||
let msg, url, lineno;
|
||||
let msg, url, linenumber;
|
||||
if (e instanceof ErrorEvent) {
|
||||
type = 'Uncaught exception';
|
||||
err = e.error || {};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user