mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-13 21:35:02 +00:00
+debug build method (revert this)
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
parent
1bce5a5090
commit
a80af1e729
12 changed files with 40 additions and 23 deletions
backend/src/plugins/Utility/commands
|
@ -32,6 +32,7 @@ export const HelpCmd = utilityCmd({
|
|||
if (strTrigger.startsWith(searchStr)) {
|
||||
matchingCommands.push({
|
||||
plugin,
|
||||
// @ts-expect-error
|
||||
command: registeredCommand,
|
||||
});
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue