From 61ded1b3377bc70e76837507d89eb30d8ebf78b7 Mon Sep 17 00:00:00 2001 From: Thomas Kalka Date: Thu, 19 Nov 2015 10:03:05 +0100 Subject: [PATCH] ws --- lib/file.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/file.js b/lib/file.js index f9c76738..e2f352df 100644 --- a/lib/file.js +++ b/lib/file.js @@ -20,7 +20,7 @@ Gun.on('opt').event(function(gun, opts) { all.keys = all.keys || {}; all.nodes = all.nodes || {}; - // queue writes, adapted from https://github.com/toolness/jsondown/blob/master/jsondown.js + // queue writes, adapted from https://github.com/toolness/jsondown/blob/master/jsondown.js var isWriting = false, queuedWrites = []; function writeFile(cb) { if(isWriting) return queuedWrites.push(cb);