| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fc02918 commit 681b0a3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -128,7 +128,7 @@ v8::Maybe<bool> ModuleWrap::CheckUnsettledTopLevelAwait() { | |||
| 128 | 128 | } | |
| 129 | 129 | ||
| 130 | 130 | if (env()->options()->warnings) { | |
| 131 | - for (auto pair : stalled) { | ||
| 131 | + for (auto& pair : stalled) { | ||
| 132 | 132 | Local<v8::Message> message = std::get<1>(pair); | |
| 133 | 133 | ||
| 134 | 134 | std::string reason = "Warning: Detected unsettled top-level await at "; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments