Fix: update tool

This commit is contained in:
Cutls
2019-06-21 23:24:28 +09:00
parent 62cb30cb5b
commit 35bfea2dbd
2 changed files with 3 additions and 2 deletions

View File

@@ -237,6 +237,7 @@ ipc.on('memory', function (event, arg) {
})
//update.html
ipc.on('prog', function (event, arg) {
console.log(arg)
postMessage(["updateProg", arg], "*")
})
ipc.on('mess', function (event, arg) {