Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 609 Bytes

File metadata and controls

21 lines (12 loc) · 609 Bytes
outline deep

DF0010: Cannot Change Command ID

Message

Cannot change the id of a command. Use register() to add new commands.

Cause

DevToolsCommandsHost.update() rejects id changes because commands are keyed by id.

Fix

Keep the id identical on update(patch), or call register() to create a new command.

Source