From 55c37c1ec00e68f4ad119143e2c2892277aaed93 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 16 Dec 2015 21:13:04 -0800 Subject: [PATCH] grunt/change-version.js: Add missing semicolon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🏃🏃🏃I don't wanna get diabetes. 🏥 Obey The Mickens!: https://vimeo.com/111122950#t=14m9s [ci skip] --- grunt/change-version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); });