summarylogtreecommitdiffstats
path: root/use-system-apm.patch
diff options
context:
space:
mode:
authorfrantic10482018-10-29 17:45:43 +0800
committerfrantic10482018-10-29 17:45:43 +0800
commit05133e8bf04e03a1dd8cff95430080afd479b267 (patch)
tree5e1180fb92c98e3b05b6d6b37b96e2e66a12e1fd /use-system-apm.patch
parent710e579d4db40869ff23b374a0b2d21b4811c5f7 (diff)
downloadaur-05133e8bf04e03a1dd8cff95430080afd479b267.tar.gz
1.32.0
Diffstat (limited to 'use-system-apm.patch')
-rw-r--r--use-system-apm.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/use-system-apm.patch b/use-system-apm.patch
index 23cc90c9212f..55be464c06a4 100644
--- a/use-system-apm.patch
+++ b/use-system-apm.patch
@@ -10,12 +10,12 @@
childProcess.execFileSync(
- CONFIG.getApmBinPath(),
+ 'apm',
- ['--loglevel=error', 'install'],
- {env: installEnv, cwd: packagePath, stdio: 'inherit'}
+ ['--loglevel=error', ci ? 'ci' : 'install'],
+ {env: installEnv, cwd: packagePath, stdio: stdioOptions || 'inherit'}
)
--- a/src/package-manager.js
+++ b/src/package-manager.js
-@@ -166,13 +166,7 @@
+@@ -169,13 +169,7 @@
return configPath || this.apmPath
}