Doesnt work with new deno versions #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
error: Uncaught (in promise) TypeError: Deno.iterSync is not a function or its return value is not iterable
for (const chunk of Deno.iterSync(file)) {
^
at hash_file (file:///tmp/deno-compile-gm2/core/gm-runtime/gm.js:12:27)
at file:///tmp/deno-compile-gm2/core/gm-runtime/gm.js:229:25
at async run_in_dir (file:///tmp/deno-compile-gm2/core/gm-runtime/gm.js:174:2)
at async execute_gm_task (file:///tmp/deno-compile-gm2/core/gm-runtime/gm.js:206:3)
at async execute_gm_task (file:///tmp/deno-compile-gm2/core/gm-runtime/gm.js:200:3)
at async RunCommand.execute (file:///tmp/deno-compile-gm2/commands/run_command.js:23:22)
at async main (file:///tmp/deno-compile-gm2/gm2.js:32:3)
at async file:///tmp/deno-compile-gm2/gm2.js:36:1