Skip to content

Commit c6499ba

Browse files
committed
Updated index.ts
1 parent 8fa9f22 commit c6499ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ for (let item of Deno.readDirSync(path.resolve('./')))
4040
if (!exists(config.distPath))
4141
{
4242
Deno.mkdirSync(config.distPath);
43+
console.debug('Created directory ' + config.distPath);
4344
}
4445
console.log(`Reading all files in ${config.distPath}`);
4546
for (let item of Deno.readDirSync(config.distPath))

0 commit comments

Comments
 (0)