From af8b92c0731603e5337cca3202603402d345c0a9 Mon Sep 17 00:00:00 2001 From: Refael Ackermann Date: Sat, 23 Feb 2019 17:21:56 -0500 Subject: src: refactor node options parsers to mitigate MSVC bug PR-URL: https://github.com/nodejs/node/pull/26280 Fixes: https://github.com/nodejs/node/issues/25593 Reviewed-By: Joyee Cheung --- src/node_worker.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/node_worker.cc') diff --git a/src/node_worker.cc b/src/node_worker.cc index b6a56b9b94..e22503863d 100644 --- a/src/node_worker.cc +++ b/src/node_worker.cc @@ -476,7 +476,7 @@ void Worker::New(const FunctionCallbackInfo& args) { // Using invalid_args as the v8_args argument as it stores unknown // options for the per isolate parser. - options_parser::PerIsolateOptionsParser::instance.Parse( + options_parser::Parse( &exec_argv, &exec_argv_out, &invalid_args, -- cgit v1.2.3