Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
chicoxyzzy committed Nov 23, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 5037381 commit 3aca1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -191,7 +191,7 @@ async function main (argv) {
}

try {
process.stdout.write('Installing dependencies...\n')
process.stdout.write('Installing dependencies...')
await exec(`npm install ${deps.join(' ')} --save`)
} catch (err) {
process.stderr.write(`\nUnable to run npm install: ${err.stack ?? err.message}\n`)

0 comments on commit 3aca1ae

Please sign in to comment.