Skip to content

Commit

Permalink
Add compatibility warning to method comment
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickjuchli committed Dec 4, 2018
1 parent 8ebe2c5 commit 9572a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ftp.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ class Client {
}

/**
* Get the last modified time of a file.
* Get the last modified time of a file. Not supported by every FTP server, method might throw exception.
*
* @param {string} filename Name of the file in the current working directory.
* @returns {Promise<Date>}
Expand Down

0 comments on commit 9572a2c

Please sign in to comment.