Browse Source

repl mode fix

master
Julian Noble 2 months ago
parent
commit
b740a6909b
  1. 2
      src/modules/punk/repl-0.1.tm

2
src/modules/punk/repl-0.1.tm

@ -2700,7 +2700,7 @@ namespace eval repl {
}
proc mode args {
thread::send %replthread% [list punk::console::mode {*}$args]
interp eval code [list ::punk::console::mode {*}$args]
#interp eval code [list ::punk::console::mode {*}$args]
}
proc cmdtype cmd {
code invokehidden tcl:info:cmdtype $cmd

Loading…
Cancel
Save