Skip to content

Commit

Permalink
Fix missing "SET" in cmd.exe prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjosefsson authored and dougwilson committed May 20, 2015
1 parent 663a0cb commit e8a7150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/express
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function createApplication(app_name, path) {
console.log(' run the app:');

if (launchedFromCmd()) {
console.log(' %s DEBUG=%s:* & npm start', prompt, app_name);
console.log(' %s SET DEBUG=%s:* & npm start', prompt, app_name);
} else {
console.log(' %s DEBUG=%s:* npm start', prompt, app_name);
}
Expand Down

0 comments on commit e8a7150

Please sign in to comment.