mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-21 12:51:17 -05:00
Prettier backfill
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
function globby(patterns, options) {
|
||||
return Promise.resolve([]);
|
||||
return Promise.resolve([])
|
||||
}
|
||||
|
||||
globby.sync = function(patterns, options) {
|
||||
return [];
|
||||
};
|
||||
globby.sync = function (patterns, options) {
|
||||
return []
|
||||
}
|
||||
|
||||
module.exports = globby;
|
||||
module.exports.default = globby;
|
||||
module.exports = globby
|
||||
module.exports.default = globby
|
||||
|
||||
Reference in New Issue
Block a user