Set up CI with ESLint linter and Mocha test runner (#661)

This commit is contained in:
Thomas Durieux
2026-04-15 04:34:03 +02:00
committed by GitHub
parent 812f8b6314
commit f3641c8ce3
14 changed files with 1991 additions and 38 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ function printError(error: any, req?: express.Request) {
}
console.error(message);
} else if (error instanceof HTTPError) {
let message = `[ERROR] HTTP.${
const message = `[ERROR] HTTP.${
error.code
} ${error.message.toString()} ${error.stack?.split("\n")[1].trim()}`;
console.error(message);