Skip to content

Commit fbef7e1

Browse files
committed
[Macros] Update for CompilerPluginMessageListener
1 parent 41dc466 commit fbef7e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/swift-plugin-server/Sources/swift-plugin-server/swift-plugin-server.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ final class SwiftPluginServer {
4040
/// @main entry point.
4141
static func main() throws {
4242
let connection = try PluginHostConnection()
43-
let messageHandler = CompilerPluginMessageHandler(
43+
let listener = CompilerPluginMessageListener(
4444
connection: connection,
4545
provider: self.init()
4646
)
47-
try messageHandler.main()
47+
try listener.main()
4848
}
4949
}
5050

0 commit comments

Comments
 (0)