Skip to content

Commit

Permalink
Remove warning emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Feb 16, 2023
1 parent 961da08 commit a137bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const pc = require('picocolors');

const log = {
error: (text) => console.log(pc.red(text)),
warning: (text) => console.log('⚠️ ' + pc.yellow(text)),
warning: (text) => console.log(pc.yellow(text)),
};

module.exports = {
Expand Down

0 comments on commit a137bcd

Please sign in to comment.