Skip to content
Snippets Groups Projects
Verified Commit 05ee4a3a authored by Timm Fitschen's avatar Timm Fitschen
Browse files

EHN: logging for failing version check in caosdb_map module

parent 0d368720
No related branches found
No related tags found
1 merge request!68DOC: update CHANGELOG
Pipeline #20816 passed
......@@ -1379,6 +1379,11 @@ var caosdb_map = new function () {
);
result.views = this._unconfigured_views;
}
try {
this.check_config(result);
} catch (error) {
logger.error(error.message);
}
logger.trace("leave load_config", result);
return result;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment