We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f557bf commit e6fde38Copy full SHA for e6fde38
dev/src/helpers/BrowserSolver.js
@@ -44,7 +44,7 @@ export default class BrowserSolver {
44
if (evt.data === "onload") {
45
this._startTime = Utils.now();
46
this._timeoutId = setTimeout(()=> {
47
- this._doCallback({id: "timeout"}); // TODO: make this a warning, and return all results so far.
+ this._onRegExComplete({id: "timeout"}); // TODO: make this a warning, and return all results so far.
48
worker.terminate();
49
}, 250);
50
} else {
0 commit comments