Skip to content

Commit

Permalink
dart
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroentrappers committed Jun 11, 2021
1 parent fbdca66 commit eb380f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/util.dart
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ dynamic toDart(ASN1Object obj) {
case 0x86:
return utf8.decode(obj.valueBytes());
}
return obj;
return obj.valueBytes();
throw ArgumentError(
'Cannot convert $obj (${obj.runtimeType}) to dart object.');
}
Expand Down

0 comments on commit eb380f0

Please sign in to comment.