@lvce-editor/quick-pick-worker 4.11.1 → 4.12.1

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.
@@ -4649,7 +4649,7 @@ const showQuickPick = async ({
4649
4649
 
4650
4650
  const commandMap = {
4651
4651
  'QuickPick.addMenuEntries': add$1,
4652
- 'QuickPick.close': close,
4652
+ 'QuickPick.close': wrapCommand(close),
4653
4653
  'QuickPick.create2': create,
4654
4654
  'QuickPick.diff2': diff2,
4655
4655
  'QuickPick.dispose': dispose,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/quick-pick-worker",
3
- "version": "4.11.1",
3
+ "version": "4.12.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/lvce-editor/quick-pick-worker.git"