| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fd80430 commit ce5de6e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -140,7 +140,7 @@ void EnvironmentOptions::CheckOptions(std::vector<std::string>* errors) { | |||
| 140 | 140 | } | |
| 141 | 141 | ||
| 142 | 142 | if (heap_snapshot_near_heap_limit < 0) { | |
| 143 | - errors->push_back("--heap-snapshot-near-heap-limit must not be negative"); | ||
| 143 | + errors->push_back("--heapsnapshot-near-heap-limit must not be negative"); | ||
| 144 | 144 | } | |
| 145 | 145 | ||
| 146 | 146 | if (test_runner) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments