fix watch mode not working when initial compile fails

This commit is contained in:
2022-03-05 21:18:55 +01:00
parent a6a82ff5a1
commit 99a423619e
6 changed files with 69 additions and 55 deletions

View File

@@ -16,7 +16,7 @@ anyhow = "1"
minifb = { version = "0.20", default-features = false, features = ["x11"] }
notify = "4"
pico-args = "0.4"
curlywas = { git = "https://github.com/exoticorn/curlywas.git", rev = "89638565" }
curlywas = { git = "https://github.com/exoticorn/curlywas.git", rev = "557c3a84" }
wat = "1"
uw8-tool = { path = "uw8-tool" }
same-file = "1"