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
I was also able to fix this issue by downgrading the docker used from node:8.9.4-alpine to node:6.13.0-alpine. So something had changed from alpine:3.4 with node 6.13.0 to alpine:3.4 with node 8.9.4.
Issue
When running
mls
the program doesn't exit.Env
Example
Then the cursor never returns, the application never exits.
Hack
If I add a
process.exit();
afterhttps://github.com/joyent/node-manta/blob/168056b072dac39a8b54fec8ee0a1373ce168756/lib/client.js#L888
the application works as expected. I don't know if that is the right solution, there is probably some stream or call back the needs poking to exit correctly.
The text was updated successfully, but these errors were encountered: