| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a089810 commit 350f62d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -161,7 +161,7 @@ void BindingData::PathToFileURL(const FunctionCallbackInfo<Value>& args) { | |||
| 161 | 161 | ada::parse<ada::url_aggregator>(EncodePathChars(input_str, os), nullptr); | |
| 162 | 162 | ||
| 163 | 163 | if (!out) { | |
| 164 | - return ThrowInvalidURL(realm->env(), input.ToStringView(), nullptr); | ||
| 164 | + return ThrowInvalidURL(realm->env(), input.ToStringView(), std::nullopt); | ||
| 165 | 165 | } | |
| 166 | 166 | ||
| 167 | 167 | if (os == OS::WINDOWS && args.Length() > 2 && !args[2]->IsUndefined()) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments