Results 3 comments of Roy

> Fixes #370 I still cannot visit URLs in README.md ![when I visited these URLs I got 404 pages](https://res.cloudinary.com/daxmegjiv/image/upload/v1644307975/%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE_2022-02-08_160021_krcwgp.png)

the same error in windows 7 ``` const str = fs.createReadStream(path, 'utf8') .pipe(replaceStream(makeRegex ,replaceFn.bind(this, replaceObj), {maxMatchLen: 5000})) const tempPath = await tempWrite(str) await promiseMv(tempPath, path) function promiseMv(sourceFile, destFile) { return...

比较2个对象有使用场景吗?