| outline | deep |
|---|
Command "
{id}" is already registered
DevToolsCommandsHost.register() rejects duplicate command ids.
Use a unique id or call unregister(id) first.
packages/devframe/src/node/host-commands.ts—DevToolsCommandsHost.register()throwsDF0009when a command id is already in use.