1
0
mirror of https://github.com/janet-lang/janet synced 2025-09-11 07:16:11 +00:00

Update buffer/push-integer to buffer/push-word.

This commit is contained in:
Calvin Rose
2018-12-29 13:07:18 -05:00
parent 129ec1e3c5
commit 28331ad6ab
2 changed files with 12 additions and 9 deletions

View File

@@ -77,7 +77,7 @@
:doc docstring} env-entry
binding-type (cond
macro :macro
ref (string :var " (" (type ref.0) ")")
ref (string :var " (" (type (get ref 0)) ")")
(type val))
source-ref (if-let [[path start end] sm]
(string "<span class=\"source-map\">" path " (" start ":" end ")</span>")