Closed dantman closed 6 years ago
How many threads are running at that time? How long does one lint job usually take?
Possible fix https://github.com/SublimeLinter/SublimeLinter/pull/1234 Related https://github.com/SublimeLinter/SublimeLinter/issues/1201
$ time yarn flow -- check-contents src/responsive-editor/js/store/template-helpers/UpdateHelpers.mjs --show-all-errors --json < src/responsive-editor/js/store/template-helpers/UpdateHelpers.mjs
...
✨ Done in 0.52s.
real 0m0.883s
user 0m0.480s
sys 0m0.088s
How do I check the thread count?
How do I check the thread count?
Each OS has its own program here. Doesn't need to be fancy. Maybe 'Process Monitor' / 'Task Monitor'.
You could check out https://github.com/SublimeLinter/SublimeLinter/pull/1234
Closing old issue without movement.
I'm trying to use flow with SublimeLinter and it's working.
However after awhile I get this error and have to restart sublime.
Is there a way to fix this?