sntran/rclone.js

Promise-based rclone.js

Closed this issue · 1 comments

To send progress of rclone to client, should I use non-promise-based API?

with promise-based, stderr.on does not work.

That's correct. The promise-based API returns the result of the command. You need to use regular API to have access to the child process.