Enable JS error loggin

This commit is contained in:
Paulo Gustavo Veiga 2022-02-12 11:53:47 -08:00
parent 612cfda342
commit 53ec19ffb5

View File

@ -65,7 +65,7 @@ export function buildDesigner(options: DesignerOptions): Designer {
$notifyModal($msg('UNEXPECTED_ERROR_LOADING')); $notifyModal($msg('UNEXPECTED_ERROR_LOADING'));
} }
}; };
// window.onerror = onerrorFn; window.onerror = onerrorFn;
// Configure default persistence manager ... // Configure default persistence manager ...
const persistence = options.persistenceManager; const persistence = options.persistenceManager;