use new node options parser

This commit is contained in:
Jeremy Apthorp 2018-09-17 17:48:10 -07:00 committed by Aleksei Kuzmin
parent 9aaedc394e
commit 6e037f5e71
3 changed files with 30 additions and 12 deletions

View file

@ -35,8 +35,8 @@
#include "env.h"
#include "node.h"
#include "node_buffer.h"
#include "node_debug_options.h"
#include "node_internals.h"
#include "node_options.h"
#include "node_platform.h"
namespace node {