Commit 6b6bd379 authored by Dave Syer's avatar Dave Syer

Add hint to user about 'stop' command

Improves gh-218
parent 1f5cba9e
...@@ -92,7 +92,7 @@ public class RunCommand extends OptionParsingCommand { ...@@ -92,7 +92,7 @@ public class RunCommand extends OptionParsingCommand {
if (this.runner != null) { if (this.runner != null) {
throw new RuntimeException( throw new RuntimeException(
"Already running. Please stop the current application before running another."); "Already running. Please stop the current application before running another (use the 'stop' command).");
} }
SourceOptions sourceOptions = new SourceOptions(options); SourceOptions sourceOptions = new SourceOptions(options);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment