We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e71a1 commit 5986a2bCopy full SHA for 5986a2b
build/build.ts
@@ -90,7 +90,7 @@ if (toolchain_PATH) {
90
for await (const [path, { isSymlink }] of d.ls()) {
91
if (isSymlink) {
92
const target = Deno.readLinkSync(path.string)
93
- console.log(` ${path.basename()} → ${target}`)
+ console.log(`${path.basename()} → ${target}`)
94
}
95
96
0 commit comments