You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the sync files function : files(dir, {sync:true}) no value is returned.
Indeed in the file lib/paths.js in the definition of the return line is : if(options.sync)return;
And should be : if(options.sync)return results;
The text was updated successfully, but these errors were encountered:
When using the sync files function : files(dir, {sync:true}) no value is returned.
Indeed in the file lib/paths.js in the definition of the return line is :
if(options.sync)return;
And should be :
if(options.sync)return results;
The text was updated successfully, but these errors were encountered: