| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 82a68ce commit d2e9e52
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -408,7 +408,7 @@ napi_value Method(napi_env env, napi_callback_info args) { | |||
| 408 | 408 | napi_value greeting; | |
| 409 | 409 | napi_status status; | |
| 410 | 410 | ||
| 411 | - status = napi_create_string_utf8(env, "hello", NAPI_AUTO_LENGTH, &greeting); | ||
| 411 | + status = napi_create_string_utf8(env, "world", NAPI_AUTO_LENGTH, &greeting); | ||
| 412 | 412 | if (status != napi_ok) return nullptr; | |
| 413 | 413 | return greeting; | |
| 414 | 414 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments