From b04f3be3db1be59da28bf4fc99d4cb410e0b5a3f Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 19 May 2019 21:48:54 +0200 Subject: [PATCH] fix(core): update --- ts/tsdoc.classes.typedoc.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/tsdoc.classes.typedoc.ts b/ts/tsdoc.classes.typedoc.ts index 533986c..b716f40 100644 --- a/ts/tsdoc.classes.typedoc.ts +++ b/ts/tsdoc.classes.typedoc.ts @@ -22,6 +22,7 @@ export class TypeDoc { } public async compile() { + console.log(paths.binDir); await this.smartshellInstance.exec( `typedoc --module "commonjs" --target "ES2016" --out public/ ts/` );