minor clean-ups (#3588)

This commit is contained in:
Alex Lam S.L
2019-11-16 00:40:22 +08:00
committed by GitHub
parent 4027f87717
commit dcfc4aca5b
2 changed files with 1 additions and 3 deletions

View File

@@ -252,7 +252,7 @@ function minify(files, options) {
properties: 1e-3 * (timings.output - timings.properties),
output: 1e-3 * (timings.end - timings.output),
total: 1e-3 * (timings.end - timings.start)
}
};
}
if (warnings.length) {
result.warnings = warnings;