This commit is contained in:
zadam
2023-05-05 23:41:11 +02:00
parent 6dfc72c065
commit fa3cbb4645
54 changed files with 124 additions and 128 deletions

View File

@@ -61,7 +61,7 @@ function handleRequest(req, res) {
throw new Error(`Unrecognized attribute name '${attr.name}'`);
}
return; // only first handler is executed
return; // only the first handler is executed
}
const message = `No handler matched for custom '${path}' request.`;