提交 48b352b6 编写于 作者: Q qiang

Merge branch 'dev' into alpha

const isWin = /^win/.test(process.platform)
const normalizePath = path => (isWin ? path.split(':')[1].replace(/\\/g, '/') : path)
const normalizePath = path => (isWin ? (path.split(':')[1] || path).replace(/\\/g, '/') : path)
const METHODS = ['error', 'warn', 'info', 'log', 'debug']
const FORMAT_LOG = '__f__'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册