Skip to content

Commit

Permalink
Fix SquotPlaintextMapper>>canReadVersionFrom:
Browse files Browse the repository at this point in the history
ifCurtailed: doesn't catch the error, ifError: does.
  • Loading branch information
MariusDoe committed Nov 16, 2023
1 parent 8d5dc21 commit 289fede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
testing
canReadVersionFrom: aStream
[self readVersionFrom: aStream] "attempts to decode the stream as a string"
ifCurtailed: [^ false].
ifError: [^ false].
^ true
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"validEncodings" : "mad 11/7/2023 12:45" },
"instance" : {
"aboutToStyle:with:requestor:at:" : "mad 11/7/2023 14:42",
"canReadVersionFrom:" : "mad 11/7/2023 12:55",
"canReadVersionFrom:" : "mad 11/16/2023 13:10",
"changeSetClass" : "mad 11/7/2023 13:37",
"copyOf:withSources:notifying:ifFail:" : "mad 11/7/2023 14:49",
"helpFor:at:" : "mad 11/7/2023 14:42",
Expand Down

0 comments on commit 289fede

Please sign in to comment.