I'm getting the following error when attempting to use this extension in CI.
Error: spawn ETXTBSY
at exports._errnoException (util.js:893:11)
at ChildProcess.spawn (internal/child_process.js:302:11)
at exports.spawn (child_process.js:367:9)
at Object.exports.execFile (child_process.js:139:15)
at /builds/intouch-capture/app/node_modules/browserstack-local/lib/Local.js:31:34
at /builds/intouch-capture/app/node_modules/browserstack-local/lib/LocalBinary.js:44:11
at FSReqWrap.oncomplete (fs.js:82:15)
Is this possibly a race condition where the Binary is being executed while it is being moved into place?
I'm getting the following error when attempting to use this extension in CI.
Is this possibly a race condition where the Binary is being executed while it is being moved into place?