Skip to content

Commit

Permalink
fix(ui): serve disconnect IPC after first run
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Apr 27, 2018
1 parent 2c7c63e commit 6bb64a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/@vue/cli-service/lib/commands/serve.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ module.exports = (api, options) => {
url: urls.localUrlForBrowser
}
})
ipc.disconnect()
}

// resolve returned Promise
Expand Down

0 comments on commit 6bb64a9

Please sign in to comment.