| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f3ebc39 commit c9d49d6
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -42,7 +42,7 @@ class StringBytes { | |||
| 42 | 42 | enum encoding enc = ParseEncoding(env->isolate(), encoding, _default); | |
| 43 | 43 | if (!StringBytes::IsValidString(string, enc)) { | |
| 44 | 44 | env->ThrowTypeError("Bad input string"); | |
| 45 | - return v8::Just(false); | ||
| 45 | + return v8::Nothing<bool>(); | ||
| 46 | 46 | } | |
| 47 | 47 | ||
| 48 | 48 | size_t storage; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments