Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! remove leading semicolon
  • Loading branch information
legendecas committed Jul 19, 2022
commit 5f6896fb9b43b91ff5dc21d8c1975609439628ca
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async function pbjs(files) {
return outFile;
}

;(async function main() {
(async function main() {
const pbjsOut = await pbjs(protos);
await pbts(pbjsOut);
})();