We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3f3ec commit 7f20b5eCopy full SHA for 7f20b5e
eo-runtime/src/main/java/org/eolang/Main.java
@@ -211,7 +211,7 @@ private static void run(final List<String> opts) throws Exception {
211
final byte[] ret = new Dataized(app).take();
212
Main.LOGGER.info(
213
String.format(
214
- "%n---%n%s%nFinished in %.2fms (%d bytes)",
+ "%n---%n%s%nFinished in %.2fs (%d bytes)",
215
new VerboseBytesAsString(ret).get(),
216
(System.currentTimeMillis() - start) / 1000.0,
217
ret.length
0 commit comments