Skip to content

Commit ad89e01

Browse files
committed
test: fix lines of .snapshot of loader module
Increment the line number in `.snapshot` file since we have add the `require()` instruction of `getCwdSafe` in `internal/modules/cjs/loader.js` file.
1 parent 5bd32a9 commit ad89e01

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#include <node_api.h>
2+
3+
EXTERN_C_START
4+
napi_value Init(napi_env env, napi_value exports);
5+
EXTERN_C_END
6+
7+
NAPI_MODULE(NODE_GYP_MODULE_NAME, Init)

0 commit comments

Comments
 (0)