We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae1b45 commit 1d9d2a5Copy full SHA for 1d9d2a5
lib/bsb
@@ -243,7 +243,7 @@ if (watch_mode) {
243
if (acquireBuild()) {
244
logStart()
245
if (reasons_to_rebuild.length === 0) {
246
- console.log("Rebuilding since just get started")
+ console.log("Rebuilding since just got started")
247
} else {
248
console.log("Rebuilding since", reasons_to_rebuild)
249
}
0 commit comments