Simone Lusenti

Results 2 comments of Simone Lusenti

Probably a breaking change in node@10? :cry: No idea what I'm doing, but, if you remove this else block, it will compile (and works perfectly in my case): https://github.com/thraaawn/winctl/blob/master/src/WinCtlWindow.cc#L46 But,...

I have the same issue. Replacing buffer.indexOf('END') with buffer.lastIndexOf('END') (3 times) as suggested seems to solve the problem. Simone