Skip to content

Commit e3c6ae6

Browse files
add a space after "acquire lockfile" stderr message
Before: Error: could not acquire lockfile/Users/.../.../.bsb.lock After: Error: could not acquire lockfile /Users/.../.../.bsb.lock
1 parent ffe810f commit e3c6ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsb

+1-1
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ if (watch_mode) {
476476
} else {
477477

478478
error_output('Error: could not acquire lockfile', 'Error')
479-
console.error(lockFileName)
479+
console.error(' ' + lockFileName)
480480

481481
console.log('Could be another process running in the background',
482482
'\nEither kill that process or delete the staled lock')

0 commit comments

Comments
 (0)