preset icon indicating copy to clipboard operation
preset copied to clipboard

一个windows的log的兼容性问题

Open bibiuc opened this issue 2 years ago • 0 comments

主要是者个 const relativePath = relative(resolve(process.cwd(), 'src'), filepath) 我替换成了 const relativePath = relative(resolve(process.cwd(), 'src'), filepath).replace(new RegExp('\\'+sep, 'g'), '/') 就是个斜杠的问题。等更新

bibiuc avatar Jun 24 '23 17:06 bibiuc