Skip to content

Commit

Permalink
🔧 fix: LF line endings in bin
Browse files Browse the repository at this point in the history
  • Loading branch information
Rettend committed Jan 13, 2024
1 parent 9ac6fb3 commit 731ea13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/postinstall.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ else {
exec('node ./bin/eemoji.mjs init -c none', (err, stdout) => {
if (err)
console.error(err)

else
console.log(stdout)

Check warning on line 21 in bin/postinstall.cjs

View workflow job for this annotation

GitHub Actions / lint

Unexpected console statement
})
Expand Down

0 comments on commit 731ea13

Please sign in to comment.