Skip to content

Commit fc3515e

Browse files
fix lock fix
1 parent 65f2f33 commit fc3515e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/locks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exports.setUp = (basePath, BlobStore) => {
1313
lock (callback) {
1414
function createLock () {
1515
pull(
16-
pull.values(['LOCK']),
16+
pull.values([new Buffer('LOCK')]),
1717
store.write(lockFile, callback)
1818
)
1919
}

0 commit comments

Comments
 (0)