don't forget to actually initialize the server

This commit is contained in:
Richard Howell
2019-08-28 15:43:49 -07:00
parent 103ddba7ee
commit bfb0eb7cf9

View File

@@ -36,6 +36,7 @@ public final class BuildServerBuildSystem {
self.buildFolder = buildFolder
self.projectRoot = projectRoot
self.serverConfig = config
try self.initializeBuildServer()
}
/// Creates a build system using the Build Server Protocol config.