aboutsummaryrefslogtreecommitdiff
path: root/src/api/Commands.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/Commands.ts')
-rw-r--r--src/api/Commands.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/api/Commands.ts b/src/api/Commands.ts
index 10503e9..907a65d 100644
--- a/src/api/Commands.ts
+++ b/src/api/Commands.ts
@@ -82,6 +82,8 @@ export function unregisterCommand(name: string) {
BUILT_IN.splice(idx, 1);
delete commands[name];
+
+ return true;
}
export interface CommandContext {