forked from vieter-v/vieter
				
			
							parent
							
								
									edd71b41c2
								
							
						
					
					
						commit
						aded6d438a
					
				| 
						 | 
					@ -17,8 +17,9 @@ pub fn (bl &BuildLog) str() string {
 | 
				
			||||||
	mut parts := [
 | 
						mut parts := [
 | 
				
			||||||
		'id: $bl.id',
 | 
							'id: $bl.id',
 | 
				
			||||||
		'repo id: $bl.repo_id',
 | 
							'repo id: $bl.repo_id',
 | 
				
			||||||
		'start time: $bl.start_time',
 | 
							'start time: $bl.start_time.local()',
 | 
				
			||||||
		'end time: $bl.end_time',
 | 
							'end time: $bl.end_time.local()',
 | 
				
			||||||
 | 
							'duration: ${bl.end_time - bl.start_time}',
 | 
				
			||||||
		'arch: $bl.arch',
 | 
							'arch: $bl.arch',
 | 
				
			||||||
		'exit code: $bl.exit_code',
 | 
							'exit code: $bl.exit_code',
 | 
				
			||||||
	]
 | 
						]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue