Skip to content

Commit

Permalink
fix debug info error
Browse files Browse the repository at this point in the history
  • Loading branch information
Not-A-Normal-Robot committed May 13, 2024
1 parent 0846485 commit 0218b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ import * as LANG from "./lang.js";
: "\nNo invalid values found."
);

DEBUG_ELEMENT?.innerText = debugText;
DEBUG_ELEMENT.innerText = debugText;
}

function loadMapData(){
Expand Down

0 comments on commit 0218b55

Please sign in to comment.