3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Disable unneeded tslint warning

This commit is contained in:
Dragory 2019-11-27 20:30:36 +02:00
parent 92402662e6
commit cec2c74eaa

View file

@ -53,6 +53,7 @@ export function initGuildsAPI(app: express.Express) {
return res.status(400).json({ errors: [e.message] });
}
// tslint:disable-next-line:no-console
console.error("Error when loading YAML: " + e.message);
return serverError(res, "Server error");
}