mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 04:09:20 +00:00
Fix missing variable
This commit is contained in:
parent
f45666c72d
commit
75f926d0c6
@ -54,7 +54,7 @@ ComunicWeb.components.account.export.worker = {
|
||||
//Ready to parse data
|
||||
ComunicWeb.components.account.export.worker.parse(data, zip);
|
||||
|
||||
}).catch(function(){
|
||||
}).catch(e => {
|
||||
ComunicWeb.debug.logMessage("Could not parse personnal data export navigator!");
|
||||
ComunicWeb.components.account.export.ui.exportFatalError(e);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user