Version Policy Update - Node 22 to 24

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-12-08 10:47:33 +01:00
parent bdee20e91f
commit 2bae83ab2e
54 changed files with 270 additions and 219 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ export class BackstageIpcClient {
timeout.unref();
this.#handlers.set(id, responseHandler);
this.#sendMessage(request, (e: Error) => {
this.#sendMessage(request, undefined, undefined, (e: Error | null) => {
if (e) {
reject(e);
}