Skip to content

Commit 9c0b4ec

Browse files
authored
fix: wrong symblos in v6 (#6)
1 parent d68505e commit 9c0b4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symbols.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const v6 = {
186186
'napi_set_instance_data'
187187
],
188188
node_api_symbols: [
189-
...v5.js_native_api_symbols
189+
...v5.node_api_symbols
190190
]
191191
}
192192

0 commit comments

Comments
 (0)