🎨 debug message

This commit is contained in:
Winston Liu
2019-05-07 19:52:00 -04:00
parent a960367364
commit d0265096fd

View File

@@ -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'],