Log error in dev console is logging is enabled

This commit is contained in:
Raymond Hill 2023-05-27 19:05:02 -04:00
parent d776edf06b
commit 3c9e946107
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 3 additions and 0 deletions

View File

@ -2049,6 +2049,9 @@ function xmlPrune(
}
}
} catch(ex) {
if ( log ) {
safeSelf().uboLog(ex);
}
}
return xmlDoc;
};