Fix
This commit is contained in:
		
							parent
							
								
									e0f80a6bae
								
							
						
					
					
						commit
						45b2b2b196
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
const getVersion = new Promise<string>(async resolve => {
 | 
					const getVersion = new Promise<string>(async resolve => {
 | 
				
			||||||
	const package = require('../package.json');
 | 
						const ぱっけーじ = require('../package.json');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	const version = package.version;
 | 
						const version = ぱっけーじ.version;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	resolve(version);
 | 
						resolve(version);
 | 
				
			||||||
});
 | 
					});
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue