mirror of https://github.com/sbt/sbt.git
fix #3591. "Not a valid key: console-quick"
This commit is contained in:
parent
8b1cab04c6
commit
8ee413778a
|
|
@ -56,7 +56,7 @@ object IvyConsole {
|
||||||
depSettings)
|
depSettings)
|
||||||
|
|
||||||
val newStructure = Load.reapply(session.original ++ append, structure)
|
val newStructure = Load.reapply(session.original ++ append, structure)
|
||||||
val newState = state.copy(remainingCommands = Exec("console-quick", None) :: Nil)
|
val newState = state.copy(remainingCommands = Exec(Keys.consoleQuick.key.label, None) :: Nil)
|
||||||
Project.setProject(session, newStructure, newState)
|
Project.setProject(session, newStructure, newState)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue