Skip to content

Commit 8ca2dc2

Browse files
committed
solved conflicts get a main
1 parent 2ede5c8 commit 8ca2dc2

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/node_options.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,8 @@ class EnvironmentOptions : public Options {
128128
bool experimental_ffi = false;
129129
bool experimental_websocket = true;
130130
bool experimental_sqlite = true;
131-
<<<<<<< HEAD
132131
bool experimental_stream_iter = false;
133-
=======
134132
bool experimental_logger = false;
135-
>>>>>>> 16da91e1b30 (lib: add logger api in node core)
136133
bool webstorage = HAVE_SQLITE;
137134
bool experimental_quic = false;
138135
std::string localstorage_file;

0 commit comments

Comments
 (0)