Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

Commit

Permalink
Added missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
dsebastien committed Apr 9, 2016
1 parent 32ebcd2 commit 7b2157f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.es2015.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const checkForUpdates = () =>{
retVal = yosay(message.join(" "), {maxLength: stringLength(message[ 0 ])});
}
return retVal;
}
};

let modernWebDevGenerator = yeoman.Base.extend({

Expand Down

0 comments on commit 7b2157f

Please sign in to comment.