mirror of https://github.com/sbt/sbt.git
Try communicating in actual English
This commit is contained in:
parent
1c614fd699
commit
e75ebb86b6
|
|
@ -68,7 +68,8 @@ object MainLoop {
|
||||||
def isInteractive = System.console() != null
|
def isInteractive = System.console() != null
|
||||||
def hasShell = state.remainingCommands contains "shell"
|
def hasShell = state.remainingCommands contains "shell"
|
||||||
if (isInteractive && !hasShell) {
|
if (isInteractive && !hasShell) {
|
||||||
state.log warn "BATCH MODE: for better performance hit [ENTER] to switch to interactive mode"
|
state.log warn "Executing in batch mode."
|
||||||
|
state.log warn " For better performance, hit [ENTER] to switch to interactive mode, or"
|
||||||
state.log warn " consider launching sbt without any commands, or explicitly passing 'shell'"
|
state.log warn " consider launching sbt without any commands, or explicitly passing 'shell'"
|
||||||
}
|
}
|
||||||
try run(loggedState) finally out.close()
|
try run(loggedState) finally out.close()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue