mirror of
https://github.com/janet-lang/janet
synced 2024-11-20 07:34:49 +00:00
Update boot.janet for typos.
This commit is contained in:
parent
458c2c6d88
commit
6d970725e7
@ -2780,7 +2780,7 @@
|
||||
(defn debugger-on-status
|
||||
"Create a function that can be passed to `run-context`'s `:on-status`
|
||||
argument that will drop into a debugger on errors. The debugger will
|
||||
only start on abmnormal signals if the env table has the `:debug` dyn
|
||||
only start on abnormal signals if the env table has the `:debug` dyn
|
||||
set to a truthy value."
|
||||
[env &opt level is-repl]
|
||||
(default level 1)
|
||||
@ -3898,10 +3898,6 @@
|
||||
|
||||
(do
|
||||
|
||||
# Deprecate file/popen
|
||||
(when-let [v (get root-env 'file/popen)]
|
||||
(put v :deprecated true))
|
||||
|
||||
# Modify root-env to remove private symbols and
|
||||
# flatten nested tables.
|
||||
(loop [[k v] :in (pairs root-env)
|
||||
|
Loading…
Reference in New Issue
Block a user