-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Hey,
I am getting an error on executing the DomInspector project, because the current path for the ActorRegistryFront dependency doesn't exists anymore:
const { ActorRegistryFront } = devtools["require"]("devtools/server/actors/actor-registry");
I replaced it with the following path:
const { ActorRegistryFront } = devtools["require"]("devtools/shared/fronts/actor-registry");
Ref.: [(https://bugzilla.mozilla.org/show_bug.cgi?id=1277673)]
Greetz
Metadata
Metadata
Assignees
Labels
No labels