This commit is contained in:
Klaus Meinhardt
2018-02-17 11:26:27 +01:00
parent 6ce7d76242
commit a1133810eb

View File

@@ -41,7 +41,8 @@ function test_options_async() {
return cb(null, stat.isFile());
}
});
}
},
preserveSymlinks: false,
}, function(error, resolved, pkg) {
if (error) {
console.error(error.message);
@@ -72,7 +73,8 @@ function test_options_sync() {
} catch (error) {
return false;
}
}
},
preserveSymlinks: true,
});
console.log(resolved);
resolved = resolve.sync('typescript', {