add more info to message

This commit is contained in:
silverwind 2022-10-26 19:28:52 +02:00
parent f60b200e08
commit 424bc36cb9
Signed by: silverwind
GPG Key ID: 2E62B41C93869443

@ -654,7 +654,7 @@ async function main() {
if (include || exclude) {
finish(new Error(`No dependencies match the given include/exclude filters`));
} else {
finish("No dependencies present");
finish("No dependencies present, nothing to do");
}
}