Cmd+Shift+R to "reload run"

This commit is contained in:
Devine Lu Linvega
2019-07-14 13:54:30 +09:00
parent 7b4e5c3db0
commit fac74b21f8
5 changed files with 31 additions and 17 deletions

View File

@@ -49,6 +49,7 @@ function Ronin () {
}
this.log = function (msg) {
console.log(msg)
this.commander.setStatus(msg)
}