carp checkers: add carp checker and make it work
This commit is contained in:
4
Pond.package/CarpChecker.class/instance/run.st
Normal file
4
Pond.package/CarpChecker.class/instance/run.st
Normal file
@@ -0,0 +1,4 @@
|
||||
checking
|
||||
run
|
||||
[ [ proc run ] on: Error do: [ :err | excepted := err ] ] fork.
|
||||
(Delay forMilliseconds: 500) wait.
|
Reference in New Issue
Block a user