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
{{ message }}
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.
TypeError
Object doesn't support property or method 'captureStackTrace'
../node_modules/quark/quark_runtime.js in Lock.prototype._fail at line 666:0
}
Lock.prototype.release = Lock_Release;
Lock.prototype._fail = function(msg) {
var obj = {};
-> Error.captureStackTrace(obj);
console.error(msg, obj.stack);
process.exit(1);
};
exports.Lock = Lock;
../node_modules/quark/quark_runtime.js in Lock_Acquire at line 650:0
../node_modules/quark/quark/concurrent/index.js in Collector_put at line 535:0
../node_modules/quark/quark/concurrent/index.js in Future_finish at line 202:0
So apparently the Windows 10 Edge browser doesn't support that.
The text was updated successfully, but these errors were encountered:
From Sentry:
So apparently the Windows 10 Edge browser doesn't support that.
The text was updated successfully, but these errors were encountered: