mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-29 10:35:11 +00:00
Implement optional writing of the latest process log to console
This commit is contained in:
@ -5,4 +5,5 @@ export class ProcessCommand {
|
||||
command: string;
|
||||
process_name: string;
|
||||
error?: string;
|
||||
log: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user