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
`C:\Users\user\OneDrive\Desktop\bot-main\node_modules\proper-lockfile\lib\lockfile.js:285
return callback(Object.assign(new Error('Lock is not acquired/owned by you'), { code: 'ENOTACQUIRED' }));
^
Error: Lock is not acquired/owned by you
at C:\Users\user\OneDrive\Desktop\bot-main\node_modules\proper-lockfile\lib\lockfile.js:285:43
at LOOP (node:fs:2833:14)
at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
code: 'ENOTACQUIRED'`
why I am getting top error when I am trying to open batch of multiple browser.
The text was updated successfully, but these errors were encountered:
`C:\Users\user\OneDrive\Desktop\bot-main\node_modules\proper-lockfile\lib\lockfile.js:285
return callback(Object.assign(new Error('Lock is not acquired/owned by you'), { code: 'ENOTACQUIRED' }));
^
Error: Lock is not acquired/owned by you
at C:\Users\user\OneDrive\Desktop\bot-main\node_modules\proper-lockfile\lib\lockfile.js:285:43
at LOOP (node:fs:2833:14)
at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
code: 'ENOTACQUIRED'`
why I am getting top error when I am trying to open batch of multiple browser.
The text was updated successfully, but these errors were encountered: