Update index.ts
This commit is contained in:
		
							parent
							
								
									8823ae7e85
								
							
						
					
					
						commit
						3968ed707b
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -17,7 +17,8 @@ const ev = new Xev(); | |||
| /** | ||||
|  * Init process | ||||
|  */ | ||||
| export default async function() { | ||||
| // eslint-disable-next-line import/no-default-export
 | ||||
| export default async function(): Promise<void> { | ||||
| 	process.title = `Misskey (${cluster.isMaster ? 'master' : 'worker'})`; | ||||
| 
 | ||||
| 	if (cluster.isMaster || program.disableClustering) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue