mirror of
https://github.com/janet-lang/janet
synced 2025-11-26 12:14:49 +00:00
Fix extra bindings.
This commit is contained in:
@@ -2421,9 +2421,10 @@
|
|||||||
(print))
|
(print))
|
||||||
|
|
||||||
(unless (get _env 'disasm)
|
(unless (get _env 'disasm)
|
||||||
(put _env .disasm nil)
|
(put _env '.disasm nil)
|
||||||
(put _env .bytecode nil)
|
(put _env '.bytecode nil)
|
||||||
(put _env .ppasm nil))
|
(put _env '.ppasm nil))
|
||||||
|
(put _env 'disasm-alias nil)
|
||||||
|
|
||||||
(defn .source
|
(defn .source
|
||||||
"Show the source code for the function being debugged."
|
"Show the source code for the function being debugged."
|
||||||
|
|||||||
Reference in New Issue
Block a user