@lvce-editor/file-search-worker 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -450,7 +450,7 @@ const preparePrettyError = error => {
|
|
|
450
450
|
return error;
|
|
451
451
|
};
|
|
452
452
|
const logError = error => {
|
|
453
|
-
|
|
453
|
+
// handled by renderer worker
|
|
454
454
|
};
|
|
455
455
|
const handleMessage = event => {
|
|
456
456
|
return handleJsonRpcMessage(event.target, event.data, execute, resolve, preparePrettyError, logError, requiresSocket);
|