Skip to content

Commit d778372

Browse files
committed
Merge branch 'main' of github.com:HubSpot/hubspot-cli into jy/add-hs-doctor-command
2 parents 9dbe5ce + a32a4a8 commit d778372

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

lib/DevServerManager.ts

+1-6
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const { promptUser } = require('./prompts/promptUtils');
66
const { DevModeInterface } = require('@hubspot/ui-extensions-dev-server');
77
const {
88
startPortManagerServer,
9-
portManagerHasActiveServers,
109
stopPortManagerServer,
1110
requestPorts,
1211
} = require('@hubspot/local-dev-lib/portManager');
@@ -133,11 +132,7 @@ class DevServerManager {
133132
}
134133
});
135134

136-
const hasActiveServers = await portManagerHasActiveServers();
137-
138-
if (!hasActiveServers) {
139-
await stopPortManagerServer();
140-
}
135+
await stopPortManagerServer();
141136
}
142137
}
143138
}

0 commit comments

Comments
 (0)