Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit f83713a

Browse files
author
Je
committed
refactor: cleanup
1 parent 7c81de9 commit f83713a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cli.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ async function main() {
5757
// prints aleph.js and deno version
5858
if (argOptions.version) {
5959
const { deno, v8, typescript } = Deno.version
60-
console.log(`aleph.js v${version}\ndeno v${deno}\nv8 v${v8}\ntypescript v${typescript}`)
60+
console.log(`aleph.js ${version}`)
61+
console.log(`deno ${deno}`)
62+
console.log(`v8 ${v8}`)
63+
console.log(`typescript ${typescript}`)
6164
Deno.exit(0)
6265
}
6366

0 commit comments

Comments
 (0)