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 6c8c26e commit 9ba58efCopy full SHA for 9ba58ef
src/libraries/Executor.ts
@@ -198,7 +198,7 @@ class Executor {
198
})
199
200
fs.watchFile(errorLogFile, async (curr) => {
201
- if (curr.dev !== 0) {
+ if (curr.isFile()) {
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')) {
0 commit comments