Steps to reproduce:
const Logger = require('logplease');
const log = Logger.create('[example]');
log.info('Colors should renderer properly in electron browser window');
- open
main.js and uncomment the line that says mainWindow.webContents.openDevTools()
- npm install
- npm start
Expected:
Log should have appropriate colors
Actual:
Log appears to be trying to use terminal style colors
