diff --git a/src/node_options.cc b/src/node_options.cc index 333049526bef7d..d039f30356119c 100644 --- a/src/node_options.cc +++ b/src/node_options.cc @@ -154,7 +154,8 @@ void EnvironmentOptions::CheckOptions(std::vector* 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