Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. var {devtools} = Cu.import("resource://gre/modules/devtools/Loader.jsm", {});
  2. var {WebConsoleFrame} = devtools.require("devtools/webconsole/webconsole");
  3.  
  4. ModuleNotFoundError: unable to satisfy: require(devtools/webconsole/webconsole) from
  5. (thefilename.js)
  6.  
  7. var {WebConsoleFrame} = devtools["require"]("devtools/webconsole/webconsole");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement