diff --git a/scripts/handleErrors.ts b/scripts/handleErrors.ts
index 7d414236a5..97852f1666 100644
--- a/scripts/handleErrors.ts
+++ b/scripts/handleErrors.ts
@@ -7,6 +7,7 @@ import OsmObjectDownloader from "../src/Logic/Osm/OsmObjectDownloader"
import { OsmConnection } from "../src/Logic/Osm/OsmConnection"
import { ImmutableStore } from "../src/Logic/UIEventSource"
import { Utils } from "../src/Utils"
+import Constants from "../src/Models/Constants"
type ErrorMessage = {
ip: string
@@ -111,7 +112,7 @@ class HandleErrors extends Script {
"error_changeset_" + parsed.index + "_" + e.layout + "_" + e.username + ".osc"
if (
changeset ===
- ""
+ ``
) {
console.log(
"Changes for " +