@youpaichris/logger 6.1.6 → 6.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -179,7 +179,7 @@ class Logger {
179
179
  loggerConfig.log(consoleStyles['green'][0] + dateFormat("YYYY-mm-dd HH:MM:SS.ms", new loggerConfig.Date()),
180
180
  consoleStyles['red'][0] + consoleStyles['bold'][0] + "| " +
181
181
  consoleStyles['bold'][0] + consoleStyles['yellow'][0] + "WARNING " + consoleStyles['red'][0] + " |" +
182
- consoleStyles['blue'][0], ` ${pathLine.padEnd(22, " ")}${consoleStyles['yellow'][0]}🚨️`, consoleStyles['yellow'][0],
182
+ consoleStyles['blue'][0], ` ${pathLine.padEnd(22, " ")}${consoleStyles['yellow'][0]}‼️`, consoleStyles['yellow'][0],
183
183
  ...msg,
184
184
  consoleStyles['yellow'][1] + consoleStyles['bold'][1] + '\b'
185
185
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youpaichris/logger",
3
- "version": "6.1.6",
3
+ "version": "6.1.7",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {