Skip to content

Commit 91aee76

Browse files
change ready message
1 parent 6f1be8f commit 91aee76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/Executor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class Executor {
201201
if (curr.dev !== 0) {
202202
//File exists
203203
const file = await fsPromises.readFile(errorLogFile, {encoding: 'utf8'})
204-
if (file.includes('ready for connections') || file.includes('Server starts handling incoming connections')) {
204+
if (file.includes(': ready for connections') || file.includes('Server starts handling incoming connections')) {
205205
fs.unwatchFile(errorLogFile)
206206

207207
this.killedFromPortIssue = file.includes("Do you already have another mysqld server running")

0 commit comments

Comments
 (0)