We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6978cca commit c84a5e6Copy full SHA for c84a5e6
misc/admin/lib/cmds/link.js
@@ -35,7 +35,7 @@ function link(existing, path) {
35
// Link
36
const dir = path_1.dirname(path);
37
utils_1.mkdir(dir);
38
- fs_1.default.symlinkSync(existing, path);
+ fs_1.default.symlinkSync(existing, path, "junction");
39
}
40
(function () {
41
return __awaiter(this, void 0, void 0, function* () {
0 commit comments