| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c4e8f95 commit 6343e1d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -105,7 +105,7 @@ static std::string GetErrorSource(Isolate* isolate, | |||
| 105 | 105 | if (has_source_map_url && env != nullptr && env->source_maps_enabled()) { | |
| 106 | 106 | std::string source = GetSourceMapErrorSource( | |
| 107 | 107 | isolate, context, message, added_exception_line); | |
| 108 | - return added_exception_line ? source : sourceline; | ||
| 108 | + return *added_exception_line ? source : sourceline; | ||
| 109 | 109 | } | |
| 110 | 110 | ||
| 111 | 111 | // Because of how node modules work, all scripts are wrapped with a | |
| Back | FazBrowse Home | New Git URL |
0 commit comments