| outline | deep |
|---|
Cannot change the id of a command. Use register() to add new commands.
DevToolsCommandsHost.update() rejects id changes because commands are keyed by id.
Keep the id identical on update(patch), or call register() to create a new command.
packages/devframe/src/node/host-commands.ts—DevToolsCommandsHost.update()throwsDF0010when the patch'siddiffers from the registered value.