diff --git a/src/adapters/vfs/system.js b/src/adapters/vfs/system.js index 297d150..164a816 100644 --- a/src/adapters/vfs/system.js +++ b/src/adapters/vfs/system.js @@ -162,6 +162,7 @@ module.exports = (core) => { return watch; }, + /** * Get filesystem capabilities * @param {String} file The file path from client @@ -170,8 +171,8 @@ module.exports = (core) => { */ capabilities: vfs => (file, options = {}) => Promise.resolve({ - sort:false, - pagination:false + sort: false, + pagination: false }), /**