Skip to content

Commit

Permalink
src: move node_binding to modern THROW_ERR*
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Jun 9, 2021
1 parent daf3ba2 commit 75920b5
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -11,14 +11,14 @@ diff --git a/src/node_binding.cc b/src/node_binding.cc
index ca5a01f925a2ae69ba4295d82316e546f45c60cd..a0f6730de75b9b1dc58e2cec5ed64f9619162a2b 100644
--- a/src/node_binding.cc
+++ b/src/node_binding.cc
@@ -3,6 +3,7 @@
#include <atomic>
#include "env-inl.h"
@@ -4,6 +4,7 @@
#include "node_errors.h"
#include "node_external_reference.h"
#include "node_native_module_env.h"
+#include "node_process.h"
#include "util.h"

#if HAVE_OPENSSL
#include <string>
@@ -463,7 +464,12 @@ void DLOpen(const FunctionCallbackInfo<Value>& args) {
if (mp->nm_context_register_func == nullptr) {
if (env->force_context_aware()) {
Expand Down

0 comments on commit 75920b5

Please sign in to comment.