Skip to content

Commit

Permalink
Update node_errors.h
Browse files Browse the repository at this point in the history
  • Loading branch information
RedYetiDev authored Apr 21, 2024
1 parent 9a510f6 commit 37c098a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_errors.h
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ ERRORS_WITH_CODE(V)

#define V(code, message) \
inline v8::Local<v8::Value> code(v8::Isolate* isolate) { \
return code(isolate, message); Can you please provide me with access to this document? \
return code(isolate, message); \
} \
inline void THROW_ ## code(v8::Isolate* isolate) { \
isolate->ThrowException(code(isolate, message)); \
Expand Down

0 comments on commit 37c098a

Please sign in to comment.