Skip to content

Commit 1a42b66

Browse files
committed
[cdt-168] - tslint fixed
1 parent ce805f3 commit 1a42b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/minify.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default class Minify extends Command {
3333
Logger.info(this, `file type: ${flags.type}`)
3434

3535
this.checkParameters(flags, args)
36-
this.minifyString(flags, args)
36+
await this.minifyString(flags, args)
3737
}
3838

3939
private async evalJs(args: string) {

0 commit comments

Comments
 (0)