You've already forked AstralRinth
forked from didirus/AstralRinth
Switch from stdout log to latest log MOD-595 (#964)
* Switch from stdout log to latest log * remove std capture * Remove unused functions
This commit is contained in:
@@ -54,7 +54,3 @@ export async function delete_logs(profilePath) {
|
||||
export async function get_latest_log_cursor(profilePath, cursor) {
|
||||
return await invoke('plugin:logs|logs_get_latest_log_cursor', { profilePath, cursor })
|
||||
}
|
||||
// For std log (from modrinth app written latest_stdout.log, contains stdout and stderr)
|
||||
export async function get_std_log_cursor(profilePath, cursor) {
|
||||
return await invoke('plugin:logs|logs_get_std_log_cursor', { profilePath, cursor })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user