Skip to content

Commit b924926

Browse files
committed
session reaping fix
1 parent 807d85b commit b924926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins-server/cloud9.session.file/session-ext.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var FileStore = function(options) {
4848
console.error(err);
4949
return;
5050
}
51-
if (data === "") {
51+
if (data.toString() === "") {
5252
self.destroy(file);
5353
return;
5454
}

0 commit comments

Comments
 (0)