You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably not the only issue with the subprocess library; I'm still getting errors when trying to read from a process for example. But this is the main one that is stopping the library from working.
The subprocess library uses the wrong syntax for
require
, current versions of lpty use the syntaxlpty = require "lpty"
, notrequire("lpty")
.The text was updated successfully, but these errors were encountered: