diff --git a/src/thread.js b/src/thread.js index 709589c4..967cdc9d 100644 --- a/src/thread.js +++ b/src/thread.js @@ -38,7 +38,7 @@ module.exports = exports = class Thread { } get joined () { - return this._handle !== null + return this._handle === null } join () {