fix blob usage errors
Some checks failed
Build and Deploy / build-macos (push) Failing after 8s
Build and Deploy / build-windows (CLANG64) (push) Has been cancelled
Build and Deploy / package-dist (push) Has been cancelled
Build and Deploy / deploy-itch (push) Has been cancelled
Build and Deploy / deploy-gitea (push) Has been cancelled
Build and Deploy / build-linux (push) Has been cancelled

This commit is contained in:
2025-05-28 23:56:18 -05:00
parent e86bdf52fe
commit 1040c61863
10 changed files with 41 additions and 33 deletions

View File

@@ -16,7 +16,6 @@ console.log(myblob.toString())
console.log(myblob)
console.log(myblob.length)
var input = use('input')
input.watch($_)