mirror of
				https://github.com/Fabio286/antares.git
				synced 2025-06-05 21:59:22 +02:00 
			
		
		
		
	refactor: ts and composition api on missing components
This commit is contained in:
		| @@ -82,7 +82,7 @@ export default class { | ||||
|       return ipcRenderer.invoke('get-processes', uid); | ||||
|    } | ||||
|  | ||||
|    static killProcess (params: { uid: string; pid: string }): Promise<IpcResponse> { | ||||
|    static killProcess (params: { uid: string; pid: number }): Promise<IpcResponse> { | ||||
|       return ipcRenderer.invoke('kill-process', unproxify(params)); | ||||
|    } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user