tools/resync-remote-user で exit しないように (#3990)
This commit is contained in:
		
							parent
							
								
									95d4937e16
								
							
						
					
					
						commit
						5a795c4ab2
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -24,9 +24,7 @@ if (!acct.match(/^\w+@\w/)) {
 | 
			
		|||
console.log(`resync ${acct}`);
 | 
			
		||||
 | 
			
		||||
main(acct).then(() => {
 | 
			
		||||
	console.log('success');
 | 
			
		||||
	process.exit(0);
 | 
			
		||||
	console.log('Done');
 | 
			
		||||
}).catch(e => {
 | 
			
		||||
	console.warn(e);
 | 
			
		||||
	process.exit(1);
 | 
			
		||||
});
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue