| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8b60e66 commit 39ef3bd
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1272,9 +1272,9 @@ napiVersion: 1 | |||
| 1272 | 1272 | ||
| 1273 | 1273 | ```c | |
| 1274 | 1274 | NAPI_NO_RETURN void napi_fatal_error(const char* location, | |
| 1275 | - size_t location_len, | ||
| 1276 | - const char* message, | ||
| 1277 | - size_t message_len); | ||
| 1275 | + size_t location_len, | ||
| 1276 | + const char* message, | ||
| 1277 | + size_t message_len); | ||
| 1278 | 1278 | ``` | |
| 1279 | 1279 | ||
| 1280 | 1280 | * `[in] location`: Optional location at which the error occurred. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments