Skip to content

Commit cb3798b

Browse files
authored
Merge pull request #2782 from jimt/patch-1
Fix startup message typo.
2 parents 61c0f13 + 1d9d2a5 commit cb3798b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bsb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ if (watch_mode) {
243243
if (acquireBuild()) {
244244
logStart()
245245
if (reasons_to_rebuild.length === 0) {
246-
console.log("Rebuilding since just get started")
246+
console.log("Rebuilding since just got started")
247247
} else {
248248
console.log("Rebuilding since", reasons_to_rebuild)
249249
}

0 commit comments

Comments
 (0)