liquidev / lintplus

An improved linting plugin for the lite text editor.
59 stars 7 forks source link

understanding self.popen:read_stdout(1) #35

Closed andreivinca closed 4 months ago

andreivinca commented 4 months ago

[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

andreivinca commented 4 months ago

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