Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency path for ActorRegistryFront #13

Open
pboewe opened this issue Nov 26, 2016 · 0 comments
Open

Dependency path for ActorRegistryFront #13

pboewe opened this issue Nov 26, 2016 · 0 comments

Comments

@pboewe
Copy link

pboewe commented Nov 26, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant