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.
1 parent 347afd1 commit 9729c5dCopy full SHA for 9729c5d
extension/apple/ExecuTorch/Exported/ExecuTorchValue.mm
@@ -233,7 +233,7 @@ - (NSString *)description {
233
[string appendString:@"\n value: "];
234
if (_value) {
235
NSString *valueDescription = [_value description];
236
- [string appendString:[_value description]];
+ [string appendString:valueDescription];
237
[string replaceOccurrencesOfString:@"\n"
238
withString:@"\n "
239
options:0
0 commit comments