This commit is contained in:
Jan Prochazka
2021-12-26 09:49:13 +01:00
parent de692a3434
commit a686e21c07
3 changed files with 5 additions and 4 deletions

View File

@@ -143,6 +143,7 @@
processParserResult(e.data);
};
} catch (err) {
console.warn('WORKER ERROR, using fallback worker', err.message);
queryParserWorker = 'fallback';
}
}