Fix: fix error reporting

This commit is contained in:
Pieter Vander Vennet 2025-05-12 12:19:14 +02:00
parent 7f5544c1e5
commit 913add4295
5 changed files with 48 additions and 43 deletions

View file

@ -40,7 +40,8 @@ export class ChangesetHandler {
private readonly backend: string
/**
* Contains previously rewritten IDs
* Contains previously rewritten IDs, e.g. {"node/-1" --> "node/123456"}
*
* @private
*/
public readonly _remappings = new Map<string, string>()