Skip to content

Commit 1d9d2a5

Browse files
authored
Fix startup message typo.
'since just got started' or 'since just starting' Signed off by: Jim Tittsler <[email protected]>
1 parent 6ae1b45 commit 1d9d2a5

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)