pirumpi / sftp-upload

Allow to upload the content of a folder to a remote server through SFT utilizing pure Javascript.
40 stars 21 forks source link

rename async variable #14

Closed elgreg closed 5 years ago

elgreg commented 6 years ago

I was just looking through this code before potentially using the library and noticed that the async lib is imported as async, which is a reserved word for async/await functions - not sure if that's going to be an issue, but seems like it would be worth updating.