oss-sync
oss-sync copied to clipboard
osync Command Run ok in Terminal, But not Run as Cron Job.
I use ubuntu 14.04 and nodejs v5.6.x.
出错信息为:
usr/lib/node_modules/oss-sync/lib/progress.js:104
this.stream.clearLine();
^
TypeError: this.stream.clearLine is not a function
/usr/lib/node_modules/oss-sync/lib/progress.js, 注释掉104,105两行后问题解决