HandleErrors script: start correctly numbered empty changeset

This commit is contained in:
Pieter Vander Vennet 2024-08-02 19:22:28 +02:00
parent f51a1a3cc1
commit fa31fda3c0

View file

@ -7,6 +7,7 @@ import OsmObjectDownloader from "../src/Logic/Osm/OsmObjectDownloader"
import { OsmConnection } from "../src/Logic/Osm/OsmConnection" import { OsmConnection } from "../src/Logic/Osm/OsmConnection"
import { ImmutableStore } from "../src/Logic/UIEventSource" import { ImmutableStore } from "../src/Logic/UIEventSource"
import { Utils } from "../src/Utils" import { Utils } from "../src/Utils"
import Constants from "../src/Models/Constants"
type ErrorMessage = { type ErrorMessage = {
ip: string ip: string
@ -111,7 +112,7 @@ class HandleErrors extends Script {
"error_changeset_" + parsed.index + "_" + e.layout + "_" + e.username + ".osc" "error_changeset_" + parsed.index + "_" + e.layout + "_" + e.username + ".osc"
if ( if (
changeset === changeset ===
"<osmChange version='0.6' generator='Mapcomplete 0.44.7'></osmChange>" `<osmChange version='0.6' generator='Mapcomplete ${Constants.vNumber}'></osmChange>`
) { ) {
console.log( console.log(
"Changes for " + "Changes for " +