Skip to content

Commit

Permalink
Missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
ddm committed Mar 10, 2015
1 parent 3744bf9 commit 364e9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var grunt = require('grunt');
bower.commands
.install()
.on('error', function (error) {
console.error(error)
console.error(error);
})
.on('end', function () {
grunt.tasks('serve');
Expand Down

0 comments on commit 364e9a7

Please sign in to comment.