We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16c60b5 + 4dac2bb commit f5209eeCopy full SHA for f5209ee
Sources/SwiftSourceKitPlugin/Plugin.swift
@@ -58,7 +58,7 @@ final class RequestHandler: Sendable {
58
func produceResult(
59
body: @escaping @Sendable () async throws -> SKDResponseDictionaryBuilder
60
) -> HandleRequestResult {
61
- withLoggingScope("request-\(handle?.numericValue ?? 0 % 100)") {
+ withLoggingScope("request-\((handle?.numericValue ?? 0) % 100)") {
62
let start = Date()
63
logger.debug(
64
"""
0 commit comments