Skip to content

Commit b2972c7

Browse files
committed
fix: show error when bundlenow fails
1 parent f0a9c4d commit b2972c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/commands/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async function bundle() {
1616
`);
1717

1818
} catch (e) {
19-
console.log(`Running file ${file} failed`, e);
19+
console.log(`Running budndle failed`, e);
2020
}
2121
}
2222

0 commit comments

Comments
 (0)