fix plugin docs

This commit is contained in:
antelle 2017-11-26 19:32:59 +01:00
parent 7568a59019
commit 9624abbc5e
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ const FailStorage = StorageBase.extend({
callback('fail');
},
list(callback) {
list(dir, callback) {
callback('fail');
},