mirror of
https://github.com/janet-lang/janet
synced 2024-11-25 09:47:17 +00:00
Fix extra bindings.
This commit is contained in:
parent
73989f5cc7
commit
bee415217d
@ -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."
|
||||||
|
Loading…
Reference in New Issue
Block a user