Skip to content

Commit

Permalink
added debugging message
Browse files Browse the repository at this point in the history
  • Loading branch information
mickelindahl committed Mar 8, 2018
1 parent 36ae1a3 commit bd73fe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,8 @@ function ftpRead( files, encoding, credentials, resolve, is_gzip ) {
promise = promise.then( () => {
return new Promise( resolveInner => {

debug('path',f.path)

c.get( f.path, function ( err, stream ) {

// let string = '';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "text-file-import",
"version": "4.1.8",
"version": "4.1.10",
"description": "Extends jsftp used fetch multiple file content from a remote directory",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit bd73fe1

Please sign in to comment.