Home
last modified time | relevance | path

Searched refs:addLog (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dfind-python.js62 addLog (message) { method in PythonFinder
76 this.addLog(
78 this.addLog('- process.env.NODE_GYP_FORCE_PYTHON is ' +
89 this.addLog(
93 this.addLog('checking Python explicitly set from command line or ' +
95 this.addLog('- "--python=" or "npm config get python" is ' +
103 this.addLog('Python is not set from environment variable ' +
107 this.addLog('checking Python explicitly set from environment ' +
109 this.addLog(`- process.env.PYTHON is "${this.env.PYTHON}"`)
118 this.addLog(
[all …]
Dfind-visualstudio.js24 addLog (message) { method in VisualStudioFinder
33 this.addLog('msvs_version was set from command line or npm config')
36 this.addLog(
40 this.addLog(
44 this.addLog('msvs_version not set from command line or npm config')
50 this.addLog('running in VS Command Prompt, installation path is:\n' +
53 this.addLog('VCINSTALLDIR not set, not running in VS Command Prompt')
141 this.addLog(
182 this.addLog(`unknown version "${info.version}" found at "${info.path}"`)
191 this.addLog(`checking VS${info.versionYear} (${info.version}) found ` +
[all …]