@lvce-editor/file-search-worker 6.1.0 → 6.2.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.
@@ -2286,7 +2286,8 @@ const state$2 = {
2286
2286
  const getAll = async () => {
2287
2287
  try {
2288
2288
  // @ts-ignore
2289
- return await invoke$1('Layout.getAllQuickPickMenuEntries');
2289
+ const entries = await invoke$1('Layout.getAllQuickPickMenuEntries');
2290
+ return entries || [];
2290
2291
  } catch {
2291
2292
  // ignore
2292
2293
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/file-search-worker",
3
- "version": "6.1.0",
3
+ "version": "6.2.0",
4
4
  "keywords": [
5
5
  "text-search"
6
6
  ],