We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa9f22 commit c6499baCopy full SHA for c6499ba
index.ts
@@ -40,6 +40,7 @@ for (let item of Deno.readDirSync(path.resolve('./')))
40
if (!exists(config.distPath))
41
{
42
Deno.mkdirSync(config.distPath);
43
+ console.debug('Created directory ' + config.distPath);
44
}
45
console.log(`Reading all files in ${config.distPath}`);
46
for (let item of Deno.readDirSync(config.distPath))
0 commit comments