Skip to content

Commit 324b733

Browse files
committed
chore: fix constructor compiler support
1 parent ba8209a commit 324b733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Server {
4141
this.wsHeartbeatInterval = 30000;
4242

4343
if (compiler) {
44-
this.apply(this.options);
44+
this.apply(compiler);
4545
}
4646
}
4747

0 commit comments

Comments
 (0)