Sergi Mansilla

Results 10 comments of Sergi Mansilla

I am actually using typescript-formatter in my project (private one, sorry). These are the versions I am using: ``` ├─┬ [email protected] │ ├── [email protected] ``` And using tsify to compile...

Just did that, same result :/ On 13 July 2016 at 11:59, Masahiro Wakame [email protected] wrote: > umm... please try to add typescript dependency to your devDependencies. > > —...

Hi, can you share the code you are (were) using?

Do you mean that the user doesn't have a password set in the ftp server?

Hi @joniba, Thanks for this report. You are right, this should not explode in such a blatant way. I'll be fixing this asap.

Also, not providing username and password doesn't make the library crash, because `anonymous` user is used. It does crash when the URL/PORT combination doesn't exist. /cc @joniba @omkartin

Are you able to make a test that fails with your use case?

Hi @datenstau, thanks for your PR. Unfortunately is not passing tests (there are none) and it's not following the code style guidelines (jsftp is not writen in ES6 because, among...

What's the output of this code?

Interesting. Have you tried using node 6.x.x? In any case, more logs would be helpful. Can you put `console.log` statements inside the callback for `eachSeries` and inside the `function (err)`?...