We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a9d7a commit 4e1ffd9Copy full SHA for 4e1ffd9
src/node_options.cc
@@ -140,7 +140,7 @@ void EnvironmentOptions::CheckOptions(std::vector<std::string>* errors) {
140
}
141
142
if (heap_snapshot_near_heap_limit < 0) {
143
- errors->push_back("--heap-snapshot-near-heap-limit must not be negative");
+ errors->push_back("--heapsnapshot-near-heap-limit must not be negative");
144
145
146
if (test_runner) {
0 commit comments