mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
test: fix typo in comment in binding.c
PR-URL: https://github.com/nodejs/node/pull/38220 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
This commit is contained in:
committed by
Darshan Sen
parent
78343bbdc5
commit
8f4850d5c7
@@ -130,7 +130,7 @@ static void call_js(napi_env env, napi_value cb, void* hint, void* data) {
|
||||
}
|
||||
|
||||
static napi_ref alt_ref;
|
||||
// Getting the data into JS with the alternative referece
|
||||
// Getting the data into JS with the alternative reference
|
||||
static void call_ref(napi_env env, napi_value _, void* hint, void* data) {
|
||||
if (!(env == NULL || alt_ref == NULL)) {
|
||||
napi_value fn, argv, undefined;
|
||||
|
||||
Reference in New Issue
Block a user