Skip to content

Instantly share code, notes, and snippets.

@akoumjian
Created July 17, 2015 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akoumjian/c5beed305ce4612ee6c8 to your computer and use it in GitHub Desktop.
Save akoumjian/c5beed305ce4612ee6c8 to your computer and use it in GitHub Desktop.
Uncaught TypeError: Object function require(path) {
if (typeof __direwolf == 'object' &&
(path == 'direwolf' || path == 'nw.gui')) {
if (typeof direwolf_bindings_cache == 'object')
return direwolf_bindings_cache;
return direwolf_bindings_cache = __direwolf.direwolfBindings();
}
return self.require(path);
} has no method 'config'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment