Skip to content

Commit

Permalink
Fix typo in "process"
Browse files Browse the repository at this point in the history
  • Loading branch information
Michiel Leyman committed Sep 4, 2017
1 parent 8d24a59 commit 454b90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/dev-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ console.log('> Starting dev server...')
devMiddleware.waitUntilValid(() => {
console.log('> Listening at ' + uri + '\n')
// when env is testing, don't need open it
if (autoOpenBrowser && process.env.NODE_ENV !== 'testing' && proces.env.NODE_ENV !== 'production') {
if (autoOpenBrowser && process.env.NODE_ENV !== 'testing' && process.env.NODE_ENV !== 'production') {
opn(uri);
}
_resolve()
Expand Down

0 comments on commit 454b90e

Please sign in to comment.