Skip to content

Commit

Permalink
Improve GS64 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Feb 29, 2024
1 parent 34fff40 commit 735226d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Stargate-Consul/ConsulAgentCheck.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ConsulAgentCheck >> asGoTimeFormat: aDuration [
self
nextPut: aDuration hours of: 'h' in: stream;
nextPut: aDuration minutes of: 'm' in: stream;
nextPut: aDuration seconds of: 's' in: stream;
nextPut: aDuration asSeconds of: 's' in: stream;
nextPut: aDuration wholeMilliseconds of: 'ms' in: stream;
nextPut: aDuration wholeMicroseconds of: 'us' in: stream;
nextPut: aDuration wholeNanoseconds of: 'ns' in: stream
Expand Down

0 comments on commit 735226d

Please sign in to comment.