diff --git a/bin/sra.js b/bin/sra.js index 77b8c38..7d986f8 100755 --- a/bin/sra.js +++ b/bin/sra.js @@ -94,7 +94,7 @@ exec( if (err) throw err; }); }); - }, + } ); console.log('npm init -- done\n'); @@ -123,7 +123,7 @@ exec( process.argv[2] } folder, refer to the README for the project structure.\nHappy Coding!`)) .catch(err => console.error(err)); - }, + } ); - }, + } );