We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce805f3 commit 1a42b66Copy full SHA for 1a42b66
src/commands/minify.ts
@@ -33,7 +33,7 @@ export default class Minify extends Command {
33
Logger.info(this, `file type: ${flags.type}`)
34
35
this.checkParameters(flags, args)
36
- this.minifyString(flags, args)
+ await this.minifyString(flags, args)
37
}
38
39
private async evalJs(args: string) {
0 commit comments