making init work with a slightly updated fennel

This commit is contained in:
Chris Cochrun 2022-04-01 13:19:29 -05:00
parent eebfc39eb9
commit c4cd1393a5
7 changed files with 46 additions and 27 deletions

View file

@ -363,10 +363,10 @@ package.preload["fennel.repl"] = package.preload["fennel.repl"] or function(...)
_571_ = _572_
end
end
if ((_G.type(_571_) == "table") and (nil ~= (_571_).source) and ((_571_).what == "Lua") and (nil ~= (_571_).linedefined) and (nil ~= (_571_).short_src)) then
local source = (_571_).source
local line = (_571_).linedefined
if ((_G.type(_571_) == "table") and (nil ~= (_571_).short_src) and (nil ~= (_571_).linedefined) and ((_571_).what == "Lua") and (nil ~= (_571_).source)) then
local src = (_571_).short_src
local line = (_571_).linedefined
local source = (_571_).source
local fnlsrc
do
local t_576_ = compiler.sourcemap