Skip to content

Commit 5afad3e

Browse files
fix: merge
1 parent 811d7d6 commit 5afad3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/Server.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ class Server {
4040
this.webSocketHeartbeatInterval = 30000;
4141

4242
normalizeOptions(
43-
this.compiler,
44-
this.options,
45-
this.logger,
46-
Server.findCacheDir()
43+
this.compiler,
44+
this.options,
45+
this.logger,
46+
Server.findCacheDir()
4747
);
4848
}
4949

0 commit comments

Comments
 (0)