Skip to content

Commit

Permalink
open in editor fix, show tip instead of error
Browse files Browse the repository at this point in the history
  • Loading branch information
skv-headless committed Apr 11, 2017
1 parent dd7aa36 commit 75ab301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-cli/server/util/launchEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ function guessEditor() {
return [process.env.EDITOR];
}

return null;
return [null];
}

function printInstructions(title) {
Expand Down

0 comments on commit 75ab301

Please sign in to comment.