tmthecoder / dargon2

Argon2 Dart Bindings
https://docs.tmthecoder.dev/dargon2/
MIT License
18 stars 12 forks source link

Fix the failed `dart run` command #14

Closed tmthecoder closed 2 years ago

tmthecoder commented 2 years ago

dart run was broken when used without a file path, brought up in #8.

This should remove the snapshot portion that seemed to kick off when dart run was used without any file path.