Menci
Menci
是不是我算法太暴力了啊,你多少文件
Could you please attach the WASM file?
Oh... So how can I detect if it's actually running in Vitest environment?
Can you provide a demo uploaded site? Do you mean `blog/2015`, `blog/2015/10` and `blog/2015/10/12` are all files?
Well, we can't make a directory with a `/` in the name. ``` Menci@Menci-Laptop ~ node > fs.mkdirSync('a\/b') Error: ENOENT: no such file or directory, mkdir 'a/b' at Object.fs.mkdirSync (fs.js:854:18)...
It seems a cross-platform issue. It works well under Linux and OS X. I'll check the code, maybe I should use `/` under all platform for the path spliter.
I don't have Windows. I tried this https://github.com/Menci/hexo-deployer-upyun/commit/b8db95fe4f552695d8e6282d52ceacd356728ff0 in the branch https://github.com/Menci/hexo-deployer-upyun/tree/fix-win32-path. It may fix it.
I think they're not requesting source map of this library, they're requesting source map of the built assets.
`arguments` 加上 `--ecc` 试试?