We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ede5c8 commit 8ca2dc2Copy full SHA for 8ca2dc2
1 file changed
src/node_options.h
@@ -128,11 +128,8 @@ class EnvironmentOptions : public Options {
128
bool experimental_ffi = false;
129
bool experimental_websocket = true;
130
bool experimental_sqlite = true;
131
-<<<<<<< HEAD
132
bool experimental_stream_iter = false;
133
-=======
134
bool experimental_logger = false;
135
->>>>>>> 16da91e1b30 (lib: add logger api in node core)
136
bool webstorage = HAVE_SQLITE;
137
bool experimental_quic = false;
138
std::string localstorage_file;
0 commit comments