Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Extract log into its own module to make utils avoid config dependency #898

Merged
merged 1 commit into from Oct 7, 2016

Conversation

jlongster
Copy link
Contributor

The devtoolsRequire problem in the source map worker was caused by #860 because it loads the utils file in source.js now, which tries to load in our config system... You can't load the config system in the worker, nothing is set up. The only thing that needs the config system in utils is the log function, so I extracted it out. I looked through our codebase and couldn't even find any uses of it though.

Not sure if there's a better solution.

@jasonLaster jasonLaster merged commit 7f338f9 into firefox-devtools:master Oct 7, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants