mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-26 01:00:24 +00:00
grunt/change-version.js: Add missing semicolon
🏃🏃🏃I don't wanna get diabetes. 🏥 Obey The Mickens!: https://vimeo.com/111122950#t=14m9s [ci skip]
This commit is contained in:
parent
7cffd334aa
commit
55c37c1ec0
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue