| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6256d70 commit 4dea9e0
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -918,7 +918,7 @@ For example, to set a function to be returned by the `require()` for the addon: | |||
| 918 | 918 | napi_value Init(napi_env env, napi_value exports) { | |
| 919 | 919 | napi_value method; | |
| 920 | 920 | napi_status status; | |
| 921 | - status = napi_create_function(env, "exports", Method, NULL, &method)); | ||
| 921 | + status = napi_create_function(env, "exports", Method, NULL, &method); | ||
| 922 | 922 | if (status != napi_ok) return NULL; | |
| 923 | 923 | return method; | |
| 924 | 924 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments