Skip to content

Commit b39cd2e

Browse files
committed
Updating variable name to match new usage
1 parent a338b92 commit b39cd2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/update-server.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ class UpdateServer {
154154
}
155155

156156

157-
export const launchUpdateServer = (cacheDir?: string) => {
158-
const updateServer = new UpdateServer(cacheDir);
157+
export const launchUpdateServer = (configDir?: string) => {
158+
const updateServer = new UpdateServer(configDir);
159159
const { updateServerHost, updateServerPort } = updateServer.serverConfig;
160160
SocketServer.launch<UpdateServerConnection>(
161161
'Update Server',

0 commit comments

Comments
 (0)