File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Sources/BuildServerIntegration Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -389,6 +389,7 @@ package actor SwiftPMBuildServer: BuiltInBuildServer {
389389 )
390390 await testHooks. reloadPackageDidStart ? ( )
391391 defer {
392+ signposter. endInterval ( " Reloading package " , state)
392393 Task {
393394 self . connectionToSourceKitLSP. send (
394395 TaskFinishNotification ( taskId: TaskId ( id: " package-reloading " ) , status: . ok)
@@ -456,7 +457,6 @@ package actor SwiftPMBuildServer: BuiltInBuildServer {
456457 signposter. emitEvent ( " Finished traversing modules " , id: signpostID)
457458
458459 connectionToSourceKitLSP. send ( OnBuildTargetDidChangeNotification ( changes: nil ) )
459- signposter. endInterval ( " Reloading package " , state)
460460 }
461461
462462 package nonisolated var supportsPreparationAndOutputPaths : Bool { options. backgroundIndexingOrDefault }
You can’t perform that action at this time.
0 commit comments