mirror of
https://github.com/janet-lang/janet
synced 2025-11-06 02:23:03 +00:00
Update boot.janet for typos.
This commit is contained in:
@@ -2780,7 +2780,7 @@
|
|||||||
(defn debugger-on-status
|
(defn debugger-on-status
|
||||||
"Create a function that can be passed to `run-context`'s `: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
|
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."
|
set to a truthy value."
|
||||||
[env &opt level is-repl]
|
[env &opt level is-repl]
|
||||||
(default level 1)
|
(default level 1)
|
||||||
@@ -3898,10 +3898,6 @@
|
|||||||
|
|
||||||
(do
|
(do
|
||||||
|
|
||||||
# Deprecate file/popen
|
|
||||||
(when-let [v (get root-env 'file/popen)]
|
|
||||||
(put v :deprecated true))
|
|
||||||
|
|
||||||
# Modify root-env to remove private symbols and
|
# Modify root-env to remove private symbols and
|
||||||
# flatten nested tables.
|
# flatten nested tables.
|
||||||
(loop [[k v] :in (pairs root-env)
|
(loop [[k v] :in (pairs root-env)
|
||||||
|
|||||||
Reference in New Issue
Block a user