bimba-cli 0.2.7 → 0.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -129,7 +129,7 @@ async function bundle() {
|
|
|
129
129
|
console.log('')
|
|
130
130
|
console.log(error)
|
|
131
131
|
console.log('--------------------------------------------------------------')
|
|
132
|
-
console.log(theme.failure("Failure.") + theme.filename(' Bun found an error in the compiled JS file
|
|
132
|
+
console.log(theme.failure("Failure.") + theme.filename(' Bun found an error in the compiled JS file'))
|
|
133
133
|
}
|
|
134
134
|
finally {
|
|
135
135
|
bundling = false;
|