Skip to content

Dependency path for ActorRegistryFront  #13

@pboewe

Description

@pboewe

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions