Skip to content

Commit

Permalink
Make it glow (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuilder authored and jamiebuilds committed Jan 31, 2018
1 parent 48cc5fd commit b34fed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (majorVer < 4) {
console.error(
'Node version ' +
ver +
' is not supported in Bolt, please use Node.js 4.0 or higher.'
' is not supported in Glow, please use Node.js 4.0 or higher.'
);
process.exit(1);
} else if (majorVer < 8) {
Expand Down

0 comments on commit b34fed3

Please sign in to comment.