From f3e69eb15ec422298a317b40afbd2dfb4ea694ff Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 22 May 2019 16:45:48 +0200 Subject: [PATCH] fix(core): update --- ts/tswatch.cli.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/tswatch.cli.ts b/ts/tswatch.cli.ts index 4711049..639c6c6 100644 --- a/ts/tswatch.cli.ts +++ b/ts/tswatch.cli.ts @@ -18,6 +18,6 @@ tswatchCli.addCommand('website').subscribe(async argvArg => { logger.log('info', `running watch task for a gitzone website project`); const tsWatch = new TsWatch('gitzone_website'); await tsWatch.start(); -}) +}); tswatchCli.startParse();