Commit 1b3a8ed
committed
Fix return value of EditorObject.RegisterCommand
This change fixes the EditorObject.RegisterCommand function to pass
through the return value of the ExtensionService.RegisterCommand function
so that the Register-EditorCommand cmdlet writes the correct verbose
output depending on whether the command was already registered.1 parent 3313968 commit 1b3a8ed
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
62 | 63 | | |
63 | | - | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
0 commit comments