Fix linter issues

This commit is contained in:
Sander Declerck 2025-11-07 11:42:53 +01:00
parent 1f570a9f39
commit 76a1100b8c
No known key found for this signature in database

View file

@ -6,7 +6,6 @@ import { getCaCertPath } from "./certUtils.js";
import { ui } from "../environment/userInteraction.js";
import chalk from "chalk";
import { createInterceptorForUrl } from "./interceptors/createInterceptorForEcoSystem.js";
import { on } from "events";
const SERVER_STOP_TIMEOUT_MS = 1000;
/**