Fix deprecated API in tools/dump-version-info.js
This commit is contained in:
		
					parent
					
						
							
								7365a45948
							
						
					
				
			
			
				commit
				
					
						58e15c7755
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -16,7 +16,7 @@ function getDate () {
 | 
			
		|||
 | 
			
		||||
function getInfoForCurrentVersion () {
 | 
			
		||||
  var json = {}
 | 
			
		||||
  json.version = process.versions['atom-shell']
 | 
			
		||||
  json.version = process.versions['electron']
 | 
			
		||||
  json.date = getDate()
 | 
			
		||||
 | 
			
		||||
  var names = ['node', 'v8', 'uv', 'zlib', 'openssl', 'modules', 'chrome']
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue