mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
🎨 debug message
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = function (packagePath, ci, stdioOptions) {
|
||||
// Set our target (Electron) version so that node-pre-gyp can download the
|
||||
// proper binaries.
|
||||
installEnv.npm_config_target = CONFIG.appMetadata.electronVersion
|
||||
console.log(process.env.ATOM_ARCH, process.arch)
|
||||
console.log('Arch before spawning apm is: ' + process.arch)
|
||||
childProcess.execFileSync(
|
||||
CONFIG.getApmBinPath(),
|
||||
[ci ? 'ci' : 'install', '--verbose'],
|
||||
|
||||
Reference in New Issue
Block a user