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 0d6e6be commit 13390ddCopy full SHA for 13390dd
lib/symlink/link-file.js
@@ -27,7 +27,7 @@ function linkStream(optResolver) {
27
28
function onReflectTarget(statErr) {
29
if (statErr && statErr.code !== 'ENOENT') {
30
- return onWritten(statErr);
+ return callback(statErr);
31
}
32
// If target doesn't exist, the vinyl will still carry the target stats.
33
// Let's use those to determine which kind of dangling link to create.
0 commit comments