Skip to content

Commit

Permalink
Build: more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirain1700 committed Jul 29, 2023
1 parent 13c49d4 commit 150839d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copy-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ for (const FileName of readdirSync(ReadBasePath)) {
const WriteFilePath = WriteBasePath + "/" + FileName;
// prettier-ignore
const Changes = readFileSync(ReadFilePath, "utf-8").replaceAll(regex, "\"../../src/").trim();
writeFileSync(WriteFilePath, runFormat(Changes));
runFormat(Changes).then((formatted) => writeFileSync(WriteFilePath, formatted));
}

0 comments on commit 150839d

Please sign in to comment.