We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e1f32 commit 419c004Copy full SHA for 419c004
Public/Sdk/Public/JavaScript/npm.dsc
@@ -221,7 +221,7 @@ namespace Npm {
221
return result.getOutputDirectory(args.targetDirectory);
222
}
223
224
- function getNpmCachePath(args: InstallArgumentsCommon) {
+ function getNpmCachePath(args: InstallArgumentsCommon) : Directory {
225
// If not specified explicitly, look for the nuget cache folder, otherwise use an arbitrary output folder
226
const preserveCacheFolder = args.preserveCacheFolder || false;
227
0 commit comments