Skip to content

Commit

Permalink
Issue #14: I can almost taste it ...
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Mar 24, 2015
1 parent d8dfbbf commit 092e028
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ patchForGsDevKitIssue60Source2
on: Error
do: [ :ex |
retries := retries + 1.
retry := retries
<= 3 Transcript cr;
retry := retries <= 3.
Transcript cr;
show:
''Error: '' , ex description printString
,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"packageReportOn:" : "dkh 09/15/2014 13:48",
"patchForGsDevKitIssue60" : "dkh 03/23/2015 17:14",
"patchForGsDevKitIssue60Source1" : "dkh 03/23/2015 16:43",
"patchForGsDevKitIssue60Source2" : "dkh 03/23/2015 17:29",
"patchForGsDevKitIssue60Source2" : "dkh 03/23/2015 17:31",
"projectReportOn:" : "dkh 09/11/2014 16:38",
"projectVersion:" : "dkh 09/15/2014 13:13",
"registrationFor:" : "dkh 11/16/2014 20:06",
Expand Down

0 comments on commit 092e028

Please sign in to comment.