You've already forked AstralRinth
forked from didirus/AstralRinth
Analytics + more bug fixes (#144)
* Analytics + more bug fixes * debug deadlock * Fix mostly everything * merge fixes * fix rest * final fixeS
This commit is contained in:
@@ -47,16 +47,10 @@ export async function get_all_running_profiles() {
|
||||
return await invoke('process_get_all_running_profiles')
|
||||
}
|
||||
|
||||
/// Gets process stderr by UUID
|
||||
/// Returns String
|
||||
export async function get_stderr_by_uuid(uuid) {
|
||||
return await invoke('process_get_stderr_by_uuid', { uuid })
|
||||
}
|
||||
|
||||
/// Gets process stdout by UUID
|
||||
/// Returns String
|
||||
export async function get_stdout_by_uuid(uuid) {
|
||||
return await invoke('process_get_stdout_by_uuid', { uuid })
|
||||
export async function get_output_by_uuid(uuid) {
|
||||
return await invoke('process_get_output_by_uuid', { uuid })
|
||||
}
|
||||
|
||||
/// Kills a process by UUID
|
||||
|
||||
Reference in New Issue
Block a user