| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 84603ec commit 2d23502
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -116,8 +116,8 @@ function shared(message, handle, indexesKey, cb) { | |||
| 116 | 116 | send({ act: 'close', key }); | |
| 117 | 117 | handles.delete(key); | |
| 118 | 118 | indexes.delete(indexesKey); | |
| 119 | - return close.apply(this, arguments); | ||
| 120 | - }.bind(handle); | ||
| 119 | + return close.apply(handle, arguments); | ||
| 120 | + }; | ||
| 121 | 121 | assert(handles.has(key) === false); | |
| 122 | 122 | handles.set(key, handle); | |
| 123 | 123 | cb(message.errno, handle); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments