Skip to content

DF0011: Command Not Registered

Package: devframe

Message

Command "{id}" is not registered

Cause

DevToolsCommandsHost.update() or .unregister() was called with an unknown id.

Fix

Register the command first, or check commandsHost.list() before operating on it.

Source

packages/devframe/src/node/host-commands.ts

Migrated from

Previously documented as DTK0026 under @vitejs/devtools.

Released under the MIT License.