| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b7b1d7e commit 2c50bcd
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -60,7 +60,7 @@ if (status != napi_ok) { | |||
| 60 | 60 | return; | |
| 61 | 61 | } | |
| 62 | 62 | ||
| 63 | - status = napi_crate_string_utf8(env, "bar", NAPI_AUTO_LENGTH, &string); | ||
| 63 | + status = napi_create_string_utf8(env, "bar", NAPI_AUTO_LENGTH, &string); | ||
| 64 | 64 | if (status != napi_ok) { | |
| 65 | 65 | napi_throw_error(env, ...); | |
| 66 | 66 | return; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments