mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-11-15 14:33:36 +01:00
Use arguments on one log
You can use arguments on console log and you can access the error like normal
This commit is contained in:
parent
f6b89ac7c1
commit
331e7bdb5a
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ async function init(){
|
|||
//TEMP FOR TIME TRAVEL
|
||||
atlasBackup = atlas;
|
||||
} catch (error) {
|
||||
console.log("Diff mode failed to load, reverting to normal view - " + error);
|
||||
console.warn("Diff mode failed to load, reverting to normal view.", error);
|
||||
} finally {
|
||||
if(initOverlap && mode.includes("overlap")){
|
||||
initOverlap();
|
||||
|
|
Loading…
Reference in a new issue