Commit d0a16abb83f347accbf7e24559920b9afe4d5f51
oops, remove unref
Dominic Tarr committed on 5/20/2017, 9:41:26 AMParent: 3e658cbce668c7cab98f91a2e58cf631a91b251d
Files changed
index.js | changed |
index.js | ||
---|---|---|
@@ -101,12 +101,12 @@ | ||
101 | 101 … | |
102 | 102 … | state = _state |
103 | 103 … | _prev = state.since |
104 | 104 … | }, 1000) |
105 | - */ | |
106 | 105 … | |
107 | 106 … | //unref is a node.js only api. |
108 | 107 … | if (int.unref) int.unref() |
108 … | + */ | |
109 | 109 … | |
110 | 110 … | return { |
111 | 111 … | id : feed.id, |
112 | 112 … | keys : opts.keys, |
@@ -181,4 +181,5 @@ | ||
181 | 181 … | appKey: require('./lib/ssb-cap') |
182 | 182 … | }) |
183 | 183 … | .use(SSB) |
184 | 184 … | |
185 … | + |
Built with git-ssb-web