X-Git-Url: https://git.r.bdr.sh/rbdr/tomato-sauce/blobdiff_plain/fd38d4096e65ba5afba8ed1ddc75ed1814ca8c16..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);