This commit is contained in:
silverwind 2023-09-19 18:08:24 +02:00
parent 88badfc24d
commit 2cdfc1f39d
Signed by: silverwind
GPG Key ID: 2E62B41C93869443

@ -961,7 +961,7 @@ async function main() {
}
if (numDependencies === 0) {
finishWithMessage("No dependencies found, nothing to do");
finishWithMessage("No dependencies found, nothing to do.");
doExit();
}