Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/scheme/sftp.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ module.exports = class SFTP
privateKey : config.privateKey
publicKey : config.publicKey
passphrase : config.passphrase
readyTimeout : config.timeout

###
Close the connection
Expand Down Expand Up @@ -157,4 +158,4 @@ module.exports = class SFTP
@_rmkdir paths, callback
else
return callback.apply(this, [undefined]) if paths.length == 0
@_rmkdir paths, callback
@_rmkdir paths, callback