Skip to content

Commit

Permalink
n-api: investigate if breakage is from nodejs#12246
Browse files Browse the repository at this point in the history
  • Loading branch information
refack committed Apr 8, 2017
1 parent 14749f9 commit 8db5a0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/node_api.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/******************************************************************************
/******************************************************************************
* Experimental prototype for demonstrating VM agnostic and ABI stable API
* for native modules to use instead of using Nan and V8 APIs directly.
*
Expand Down Expand Up @@ -2162,7 +2162,7 @@ napi_status napi_instanceof(napi_env env,

if (env->has_instance_available) {
napi_value value, js_result, has_instance = nullptr;
napi_status status;
napi_status status = napi_ok;
napi_valuetype value_type;

// Get "Symbol" from the global object
Expand Down

0 comments on commit 8db5a0b

Please sign in to comment.