Skip to content

Commit 76eac28

Browse files
committed
test
1 parent a3900e8 commit 76eac28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script/library.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ end
8787

8888
local function compileSingleMetaDoc(uri, script, metaLang, status)
8989
if not script then
90+
log.error('no meta?', uri)
9091
return nil
9192
end
9293

@@ -247,6 +248,7 @@ local function initBuiltIn(uri)
247248
out:saveFile(libName, metaDoc)
248249
local outputPath = metaPath / libName
249250
m.metaPaths[outputPath:string()] = true
251+
log.info('Meta path:', outputPath:string())
250252
end
251253
::CONTINUE::
252254
end

0 commit comments

Comments
 (0)