mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 13:06:01 +00:00
fixes
This commit is contained in:
@@ -105,6 +105,6 @@ export default {
|
||||
webWorkerLoader(),
|
||||
],
|
||||
watch: {
|
||||
clearScreen: false,
|
||||
clearScreen: true,
|
||||
},
|
||||
};
|
||||
|
||||
@@ -143,6 +143,7 @@
|
||||
processParserResult(e.data);
|
||||
};
|
||||
} catch (err) {
|
||||
console.warn('WORKER ERROR, using fallback worker', err.message);
|
||||
queryParserWorker = 'fallback';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user