X-Git-Url: https://git.r.bdr.sh/rbdr/tomato-sauce/blobdiff_plain/c80b2f4575cfc3d74ec8e0b112943cbd081ffcd7..HEAD:/lib/tomato_sauce.js diff --git a/lib/tomato_sauce.js b/lib/tomato_sauce.js index f3017ea..4a65ea1 100644 --- a/lib/tomato_sauce.js +++ b/lib/tomato_sauce.js @@ -142,7 +142,7 @@ const TomatoSauce = class TomatoSauce extends EventEmitter { renderer: this._getRenderer(), socket }; - const interval = null; + let interval = null; socket.write(internals.kNAWSRequest);