aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgrunt/change-version.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/grunt/change-version.js b/grunt/change-version.js
index 8808d2653..cfc53bf07 100755
--- a/grunt/change-version.js
+++ b/grunt/change-version.js
@@ -68,7 +68,7 @@ function replaceRecursively(directory, excludedDirectories, allowedExtensions, o
}
});
walkAsync(directory, excludedDirectories, updateFile, function (err) {
- console.error('ERROR while traversing directory!:')
+ console.error('ERROR while traversing directory!:');
console.error(err);
process.exit(1);
});