fix(core): update

This commit is contained in:
2019-06-21 09:49:37 +02:00
parent fbad295644
commit aaa459e4b7
3 changed files with 24 additions and 24 deletions

View File

@ -35,6 +35,6 @@ tsbuildCli.addCommand('custom').subscribe(argvArg => {
process.cwd(),
argvArg
);
})
});
tsbuildCli.startParse();