Start node inspector agent when --inspect is present

This commit is contained in:
Kevin Sawicki 2017-05-15 09:30:55 -07:00
parent 7469d09dae
commit a33643c518
5 changed files with 32 additions and 227 deletions

View file

@ -29,6 +29,7 @@
#include "vendor/node/src/env-inl.h"
#include "vendor/node/src/node.h"
#include "vendor/node/src/node_buffer.h"
#include "vendor/node/src/node_debug_options.h"
#include "vendor/node/src/node_internals.h"
#endif // ATOM_COMMON_NODE_INCLUDES_H_