Skip to content

Commit 1666ada

Browse files
committed
log submodule meta
1 parent b85d4a3 commit 1666ada

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ async function run() {
4646
path.join(submodulePath, "module", "plugin.lua")
4747
);
4848

49+
console.log(
50+
`${submodulePath} | Size: ${info.size} | Plugin: ${info.hasPlugin}`
51+
);
52+
4953
fs.promises.writeFile(infoFilePath, JSON.stringify(info, null, " "));
5054
}
5155
} catch (error) {

0 commit comments

Comments
 (0)