We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a9c4d commit b2972c7Copy full SHA for b2972c7
1 file changed
adminforth/commands/bundle.js
@@ -16,7 +16,7 @@ async function bundle() {
16
`);
17
18
} catch (e) {
19
- console.log(`Running file ${file} failed`, e);
+ console.log(`Running budndle failed`, e);
20
}
21
22
0 commit comments