mirror of
https://github.com/Azure/setup-helm.git
synced 2026-07-10 18:21:38 +00:00
committed by
GitHub
parent
20d2b4f98d
commit
e4f3964f67
+1
-1
@@ -6,7 +6,7 @@ var caller = require('./caller');
|
||||
var nodeModulesPaths = require('./node-modules-paths');
|
||||
var normalizeOptions = require('./normalize-options');
|
||||
|
||||
var realpathFS = fs.realpathSync && typeof fs.realpathSync.native === 'function' ? fs.realpathSync.native : fs.realpathSync;
|
||||
var realpathFS = process.platform !== 'win32' && fs.realpathSync && typeof fs.realpathSync.native === 'function' ? fs.realpathSync.native : fs.realpathSync;
|
||||
|
||||
var homedir = getHomedir();
|
||||
var defaultPaths = function () {
|
||||
|
||||
Reference in New Issue
Block a user