Implement optional writing of the latest process log to console

This commit is contained in:
Kristóf Tóth
2018-05-27 19:02:18 +02:00
parent 2f3ea52b8e
commit 3565b890c4
6 changed files with 29 additions and 5 deletions

View File

@ -5,4 +5,5 @@ export class ProcessCommand {
command: string;
process_name: string;
error?: string;
log: string;
}