Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 499 Bytes

File metadata and controls

21 lines (12 loc) · 499 Bytes
outline deep

DF0009: Command Already Registered

Message

Command "{id}" is already registered

Cause

DevToolsCommandsHost.register() rejects duplicate command ids.

Fix

Use a unique id or call unregister(id) first.

Source