MetaMask / snaps-cli

A CLI for developing MetaMask plugins.
ISC License
38 stars 26 forks source link

Fix file existence checks in init.js #73

Closed astarinmymind closed 3 years ago

astarinmymind commented 3 years ago

Revert from fs.access to existsSync.

rekmarks commented 3 years ago

~This includes the commits from #72.~

This was fixed.