Closed villanuevawill closed 9 years ago
It is already being created here: https://github.com/c4milo/node-webkit-agent/blob/master/index.js#L204
Is npm pulling from the dev version? The index.js after an npm install matches the dev version's syntax:
var DevToolsAgent = module.exports = function() { this.loadedAgents = {}; this.proxy = null; this.server = null; this.socket = null; };
@c4milo
@villanuevawill I tested it and it looks fine to me:
Closing as invalid. Please re-open if you see this happening again.
To start the agent, you must create an instance of the Agent class. I've updated the directions in the readme.