Skip to content

Commit 690c438

Browse files
committed
1
1 parent 5ef91e9 commit 690c438

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

OpenFlowNodeRED/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ let server: http.Server = null;
4141
}
4242
var c = Config;
4343
var socket: WebSocketClient = new WebSocketClient(logger, Config.api_ws_url);
44+
socket.setCacheFolder(Config.logpath);
4445
socket.agent = "nodered";
4546
socket.version = Config.version;
4647
logger.info("VERSION: " + Config.version);

0 commit comments

Comments
 (0)