Skip to content

Commit

Permalink
Added comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverLok committed Dec 25, 2024
1 parent 446ea01 commit 6d6d4b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/procedures/server/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ func Start(initiator common.ServerInitiator) (err error) {

server.FinishCleanup.Add(1)
defer func() {
// Cleanup any temp dirs.
util.RemoveRecordedTempDirs()
server.FinishCleanup.Done()
}()
Expand Down

0 comments on commit 6d6d4b5

Please sign in to comment.