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 473cc62 commit 8d63443Copy full SHA for 8d63443
src/libraries/Executor.ts
@@ -178,7 +178,6 @@ class Executor {
178
}
179
} else if (file.includes('ready for connections. Version:')) {
180
fs.unwatchFile(errorLogFile)
181
- removeExitHandler()
182
resolve({
183
port,
184
xPort: mySQLXPort,
@@ -189,6 +188,8 @@ class Executor {
189
188
stop: () => {
190
return new Promise(async (resolve, reject) => {
191
resolveFunction = resolve;
+
192
+ removeExitHandler()
193
194
const killed = await this.#killProcess(process)
195
0 commit comments