We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75be446 commit e6e758eCopy full SHA for e6e758e
src/adapters/vfs/system.js
@@ -162,6 +162,7 @@ module.exports = (core) => {
162
163
return watch;
164
},
165
+
166
/**
167
* Get filesystem capabilities
168
* @param {String} file The file path from client
@@ -170,8 +171,8 @@ module.exports = (core) => {
170
171
*/
172
capabilities: vfs => (file, options = {}) =>
173
Promise.resolve({
- sort:false,
174
- pagination:false
+ sort: false,
175
+ pagination: false
176
}),
177
178
0 commit comments