We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f09dd9 commit a956477Copy full SHA for a956477
examples/jcov
@@ -25,7 +25,7 @@ xtrace xcov
25
# Catch exit but not error
26
set rc [catch -noerror -exit {source $argv0} msg opts]
27
28
-xtrace
+xtrace {}
29
30
proc show-coverage {filename} {
31
set info $::coverage($filename)
examples/jtime
@@ -31,7 +31,7 @@ xtrace jtime::xtrace
32
33
34
35
36
set info $jtime::fileinfo($argv0)
37
examples/jtrace
@@ -20,4 +20,4 @@ xtrace jtime::xtrace
20
21
22
23
0 commit comments