From: Chris Rebert Date: Thu, 17 Dec 2015 05:13:04 +0000 (-0800) Subject: grunt/change-version.js: Add missing semicolon X-Git-Tag: v4.0.0-alpha.3~490 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55c37c1ec00e68f4ad119143e2c2892277aaed93;p=thirdparty%2Fbootstrap.git grunt/change-version.js: Add missing semicolon 🏃🏃🏃I don't wanna get diabetes. 🏥 Obey The Mickens!: https://vimeo.com/111122950#t=14m9s [ci skip] --- diff --git a/grunt/change-version.js b/grunt/change-version.js index 8808d26539..cfc53bf071 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); });