eibens / edcb

A build tool and task runner for Deno.
MIT License
0 stars 0 forks source link

Remove `lstat` as task #17

Closed eibens closed 3 years ago

eibens commented 3 years ago

When using write action with force: false, lstat is invoked to check whether the file exists. But this function fails when it doesn't exist, which logs an ugly error to the terminal, even though everything works as intended.