Skip to content

Conversation

@stagnation
Copy link
Contributor

Some small changes to I made during the work to update windows workers.
Keep them as a separate PR to merge them sooner, and reduce the scope of the meaty review of the PR.

cacheDirectory, err := filesystem.NewLocalDirectory(nativeConfiguration.CacheDirectoryPath)
if err != nil {
return util.StatusWrap(err, "Failed to open cache directory")
return util.StatusWrapf(err, "Failed to open cache directory: %v", nativeConfiguration.CacheDirectoryPath)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return util.StatusWrapf(err, "Failed to open cache directory %#v", nativeConfiguration.CacheDirectoryPath)

Drop the : and add a #. The # causes the string to be quoted. Same in other places in this PR.

@stagnation stagnation force-pushed the feature/tidy-up-2024-01 branch 2 times, most recently from 86ef203 to 3b4602b Compare February 7, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants