fix bug in detoken.
This commit is contained in:
parent
90857e578d
commit
92b704ed96
@ -78,6 +78,7 @@
|
||||
if type(result) == "function" then
|
||||
result = result(environ)
|
||||
end
|
||||
isAbs = path.isabsolute(result)
|
||||
end
|
||||
|
||||
-- If the result is an absolute path, and it is being inserted into
|
||||
|
Loading…
Reference in New Issue
Block a user