X Tutup
Skip to content

Commit 9511f4a

Browse files
author
Johan Brichau
committed
fix wrappers
1 parent 0fea051 commit 9511f4a

File tree

1 file changed

+1
-0
lines changed
  • repository/Grease-Pharo100-Core.package/GRPharoPlatform.class/instance

1 file changed

+1
-0
lines changed

repository/Grease-Pharo100-Core.package/GRPharoPlatform.class/instance/stackDepth.st

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
exceptions
22
stackDepth
3+
<ignoreForCoverage>
34
| depth current |
45
depth := 0.
56
current := thisContext.

0 commit comments

Comments
 (0)
X Tutup