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
Unless I'm missing something, the path argument to FileQueue.from() has to be a name, and if you want to specify the location for your queue, you need to put it in the second argument, options.
Unless I'm missing something, the
pathargument toFileQueue.from()has to be a name, and if you want to specify the location for your queue, you need to put it in the second argument,options.