mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-11-04 19:58:21 +08:00 
			
		
		
		
	Debug
This commit is contained in:
		@@ -1,8 +1,12 @@
 | 
				
			|||||||
import { setFailed } from '@actions/core'
 | 
					import { inspect } from 'util'
 | 
				
			||||||
 | 
					import { setFailed, warning } from '@actions/core'
 | 
				
			||||||
import getInputs from './inputs'
 | 
					import getInputs from './inputs'
 | 
				
			||||||
import setOutputs from './outputs'
 | 
					import setOutputs from './outputs'
 | 
				
			||||||
import install from './install'
 | 
					import install from './install'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					warning(`EXEC_PATH ${process.execPath}`)
 | 
				
			||||||
 | 
					warning(`EXEC_ARGV ${inspect(process.execArgv)}`)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const inputs = getInputs()
 | 
					const inputs = getInputs()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
install(inputs).then(() => {
 | 
					install(inputs).then(() => {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user