Skip to content

Commit 3cf330d

Browse files
committed
fix: fix command name
1 parent ab4cb88 commit 3cf330d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/dialog/guest-js/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Path {
1111
}
1212

1313
destroy() {
14-
return invoke('plugin:dialog|destroy-path', { path: this.path })
14+
return invoke('plugin:dialog|destroy_path', { path: this.path })
1515
}
1616

1717
toPath() {

0 commit comments

Comments
 (0)