liquidev/lintplus

understanding self.popen:read_stdout(1)

andreivinca opened this issue · 1 comments

[Windows user]

I'm attempting to create a fresh TypeScript configuration using the ESLint module, but despite my efforts, the process consistently gets caught in an infinite loop.

My understanding is that the read_stdout(1) function should only return a single byte. However, it appears to be returning the whole output and "callback(line)" never gets executed.

Captură de ecran 2024-02-10 153421

I am currently stucked at this, and I don't know what I'm doing wrong

I have found the issue in the lite-xl. I will close this