Commit b93337e6 authored by Self Denial's avatar Self Denial
Browse files

Format fix

parent d2d25522
...@@ -124,9 +124,9 @@ ...@@ -124,9 +124,9 @@
eval_duration: ${ eval_duration: ${
Math.round(((message.info.eval_duration ?? 0) / 1000000) * 100) / 100 ?? 'N/A' Math.round(((message.info.eval_duration ?? 0) / 1000000) * 100) / 100 ?? 'N/A'
}ms<br/> }ms<br/>
approximate_total: ${ approximate_total: ${approximateToHumanReadable(
approximateToHumanReadable(message.info.total_duration) message.info.total_duration
}</span>`, )}</span>`,
allowHTML: true allowHTML: true
}); });
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment