| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 380dfe4 commit 73f2dab
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -518,6 +518,8 @@ exports.canCreateSymLink = function() { | |||
| 518 | 518 | return false; | |
| 519 | 519 | } | |
| 520 | 520 | } | |
| 521 | + // On non-Windows platforms, this always returns `true` | ||
| 522 | + return true; | ||
| 521 | 523 | }; | |
| 522 | 524 | ||
| 523 | 525 | exports.getCallSite = function getCallSite(top) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments