mirror of
https://github.com/araxiaonline/wow-eluna-ts-module.git
synced 2026-06-13 02:42:22 -04:00
oops hardcode
This commit is contained in:
@@ -110,7 +110,7 @@ function afterPrint(
|
||||
for (const file of result) {
|
||||
const mapKey = keyifyFile(file.fileName, program);
|
||||
|
||||
if (file.fileName.includes("botmgr.client.ts")) {
|
||||
if (file.fileName.includes(".client.ts")) {
|
||||
const transpiled = tstl.transpileString(
|
||||
fs.readFileSync(file.fileName, "utf-8"),
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user