Skip to content

Commit c0ad9df

Browse files
author
Octavian Soldea
committed
test: propagate napi_status to JS - sixth answer
1 parent a697a98 commit c0ad9df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/js-native-api/test_constructor/test_constructor.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#include <js_native_api.h>
22
#include "../common.h"
33

4+
#include <stdio.h>
5+
46
static double value_ = 1;
57
static double static_value_ = 10;
68

0 commit comments

Comments
 (0)