Comparing version 1.5.1 to 1.5.2
@@ -334,3 +334,3 @@ "use strict"; | ||
setTimeout( | ||
() => this._socketPromise === this._createSocket(), | ||
() => this._socketPromise = this._createSocket(), | ||
this._options?.reconnectInterval ?? this.DEFAULT_RECONNECT_INTERVAL | ||
@@ -337,0 +337,0 @@ ); |
{ | ||
"name": "glazewm", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "Library for inter-process communication (IPC) with GlazeWM.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -415,3 +415,3 @@ import { | ||
setTimeout( | ||
() => this._socketPromise === this._createSocket(), | ||
() => (this._socketPromise = this._createSocket()), | ||
this._options?.reconnectInterval ?? | ||
@@ -418,0 +418,0 @@ this.DEFAULT_RECONNECT_INTERVAL, |
Sorry, the diff of this file is not supported yet
77519