1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Fix syntax typo in concat.js

Amends a55e6e523db4b4c932d214d3e204fa29d9c0e58f
This commit is contained in:
Chauncey McAskill
2021-09-15 14:14:35 -04:00
parent b24014d8b1
commit 8cff91aa68

View File

@@ -43,7 +43,7 @@ export function concatVendors() {
}
concat(files, outfile).then(() => {
message(`${filename} concatenated'`, 'success', timeLabel);
message(`${filename} concatenated`, 'success', timeLabel);
}).catch((err) => {
message(`Error concatenating ${filename}`, 'error');
message(err);