fix #3591. "Not a valid key: console-quick"

This commit is contained in:
xuwei-k 2017-11-23 14:56:52 +09:00
parent 8b1cab04c6
commit 8ee413778a
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ object IvyConsole {
depSettings)
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)
}