Compare commits
1 Commits
754530d519
...
aded6d438a
Author | SHA1 | Date |
---|---|---|
|
aded6d438a |
|
@ -19,7 +19,7 @@ pub fn (bl &BuildLog) str() string {
|
|||
'repo id: $bl.repo_id',
|
||||
'start time: $bl.start_time.local()',
|
||||
'end time: $bl.end_time.local()',
|
||||
'duration: ${bl.end_time - bl.start_time}'
|
||||
'duration: ${bl.end_time - bl.start_time}',
|
||||
'arch: $bl.arch',
|
||||
'exit code: $bl.exit_code',
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue