Skip to content

Commit c8cd7a6

Browse files
committed
fix typo
1 parent a0d63d9 commit c8cd7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/OutputStream.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ public func _debugPrint_unlocked<T, TargetStream: TextOutputStream>(
473473
let mirror = Mirror(reflecting: value)
474474
_adHocPrint_unlocked(value, mirror, &target, isDebugPrint: true)
475475
#else
476-
target.write()
476+
target.write(noReflectionMetadataErrorMessage)
477477
#endif
478478
}
479479

0 commit comments

Comments
 (0)