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 6f1be8f commit 91aee76Copy full SHA for 91aee76
src/libraries/Executor.ts
@@ -201,7 +201,7 @@ class Executor {
201
if (curr.dev !== 0) {
202
//File exists
203
const file = await fsPromises.readFile(errorLogFile, {encoding: 'utf8'})
204
- if (file.includes('ready for connections') || file.includes('Server starts handling incoming connections')) {
+ if (file.includes(': ready for connections') || file.includes('Server starts handling incoming connections')) {
205
fs.unwatchFile(errorLogFile)
206
207
this.killedFromPortIssue = file.includes("Do you already have another mysqld server running")
0 commit comments