Skip to content

Commit a137bcd

Browse files
committed
Remove warning emoji
1 parent 961da08 commit a137bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const pc = require('picocolors');
55

66
const log = {
77
error: (text) => console.log(pc.red(text)),
8-
warning: (text) => console.log('⚠️ ' + pc.yellow(text)),
8+
warning: (text) => console.log(pc.yellow(text)),
99
};
1010

1111
module.exports = {

0 commit comments

Comments
 (0)