Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee6522 commit 3cfac35Copy full SHA for 3cfac35
packager/react-packager/src/SocketInterface/SocketServer.js
@@ -148,7 +148,7 @@ class SocketServer {
148
process.send({ type: 'createdServer' });
149
},
150
error => {
151
- if (error.code === 'EADDRINUSE') {
+ if (error.code === 'EADDRINUSE' || error.code === 'EEXIST') {
152
// Server already listening, this may happen if multiple
153
// clients where started in quick succussion (buck).
154
0 commit comments