aboutsummaryrefslogtreecommitdiff
path: root/examples/jtime
diff options
context:
space:
mode:
authorD. Bohdan <dbohdan@dbohdan.com>2021-01-09 13:29:12 +0000
committerSteve Bennett <steveb@workware.net.au>2021-01-10 15:19:52 +1000
commita95647743db1816f54368c8b515b6cc6d4c3c745 (patch)
tree685a4a7df00b8a4e27b78510e0be0fddf83b5260 /examples/jtime
parent0f09dd9e6b5a2474f04cfa0ea97e6e2b4bc77a45 (diff)
downloadjimtcl-a95647743db1816f54368c8b515b6cc6d4c3c745.zip
jimtcl-a95647743db1816f54368c8b515b6cc6d4c3c745.tar.gz
jimtcl-a95647743db1816f54368c8b515b6cc6d4c3c745.tar.bz2
jcov, jtime, jtrace: fix not removing callback
Diffstat (limited to 'examples/jtime')
-rwxr-xr-xexamples/jtime2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/jtime b/examples/jtime
index 1f1929f..022f25d 100755
--- a/examples/jtime
+++ b/examples/jtime
@@ -31,7 +31,7 @@ xtrace jtime::xtrace
# Catch exit but not error
set rc [catch -noerror -exit {source $argv0} msg opts]
-xtrace
+xtrace {}
set info $jtime::fileinfo($argv0)