Add unit tests for allowUpdate settings

This commit is contained in:
Nick O'Leary
2021-09-14 10:50:26 +01:00
parent d9bed03025
commit 85820c571d
3 changed files with 150 additions and 7 deletions

View File

@@ -278,7 +278,6 @@ async function installModule(module,version,url) {
e = new Error("Module not found");
e.code = 404;
} else {
console.log(err);
log.warn(log._("server.install.install-failed-long",{name:module}));
log.warn("------------------------------------------");
log.warn(output);