Skip to content

Commit

Permalink
Update building.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy authored May 16, 2024
1 parent 896807b commit 6fe30e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/building.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class Building {
this.addParts();
} else {
window.printError('XML Not Valid');
throw new Error(invalid XML);
throw new Error('invalid XML');
}
}

Expand Down

0 comments on commit 6fe30e7

Please sign in to comment.