Skip to content

Commit

Permalink
🔧 fix: idk
Browse files Browse the repository at this point in the history
  • Loading branch information
Rettend committed Jan 20, 2024
1 parent 729e81f commit e9677b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/postinstall.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ else if (!process.env.SKIP_POSTINSTALL) {
exec('node ./bin/eemoji.mjs init -c none', (err, stdout) => {
if (err)
console.error(err)
elsenode ./bin/eemoji.mjs init -c none
else
console.log(stdout)

Check warning on line 18 in bin/postinstall.cjs

View workflow job for this annotation

GitHub Actions / lint

Unexpected console statement
})
}

0 comments on commit e9677b9

Please sign in to comment.