Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MoLow committed Oct 27, 2022
1 parent b6c0cc8 commit 91df6e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/node_options.cc
Expand Up @@ -154,7 +154,8 @@ void EnvironmentOptions::CheckOptions(std::vector<std::string>* errors,

if (watch_mode_paths.size() > 0) {
// TODO(MoLow): Support (incremental?) watch mode within test runner
errors->push_back("--watch-path cannot be used in combination with --test");
errors->push_back(
"--watch-path cannot be used in combination with --test");
}

#ifndef ALLOW_ATTACHING_DEBUGGER_IN_TEST_RUNNER
Expand Down

0 comments on commit 91df6e5

Please sign in to comment.