| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2c49953 commit cd95bf3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -53,7 +53,7 @@ fs.symlink(linkData, linkPath, common.mustSucceed(() => { | |||
| 53 | 53 | })); | |
| 54 | 54 | ||
| 55 | 55 | tmpdir.refresh(); | |
| 56 | - // Fixes: https://github.com/nodejs/node/issues/34514 | ||
| 56 | + // Refs: https://github.com/nodejs/node/issues/34514 | ||
| 57 | 57 | fs.symlinkSync(Buffer.from(linkData), linkPath); | |
| 58 | 58 | })); | |
| 59 | 59 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments