From 2cdfc1f39d0aa2767a139232a8ebaea8afb53a5e Mon Sep 17 00:00:00 2001 From: silverwind Date: Tue, 19 Sep 2023 18:08:24 +0200 Subject: [PATCH] add dot --- updates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updates.js b/updates.js index 3ce1da9..98a7e6c 100755 --- a/updates.js +++ b/updates.js @@ -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(); }