Skip to content

Commit 91df6e5

Browse files
committed
lint
1 parent b6c0cc8 commit 91df6e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/node_options.cc

+2-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ void EnvironmentOptions::CheckOptions(std::vector<std::string>* errors,
154154

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

160161
#ifndef ALLOW_ATTACHING_DEBUGGER_IN_TEST_RUNNER

0 commit comments

Comments
 (0)