We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc63d12 commit a8b624aCopy full SHA for a8b624a
.teamcity/scripts/fix-wrs/index.mjs
@@ -4,7 +4,7 @@ import { join, resolve } from 'node:path';
4
5
6
const ROOT_DIR = resolve('.');
7
-const DATA_DIR = join(ROOT_DIR, 'docs/kr.tree');
+const DATA_DIR = join(ROOT_DIR, 'kr.tree');
8
9
const text = (await readFile(DATA_DIR));
10
const $ = await load(text, { xml: true });
0 commit comments