Skip to content

Commit f4ce3d5

Browse files
authored
Merge pull request #4209 from utkarshkukreti/add-space-to-acquire-lockfile-message
add a space after "acquire lockfile" stderr message
2 parents ffe810f + e3c6ae6 commit f4ce3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsb

Lines changed: 1 addition & 1 deletion
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)