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 5187ff3 commit cc63d12Copy full SHA for cc63d12
.teamcity/scripts/fix-wrs/index.mjs
@@ -3,7 +3,7 @@ import { readFile, writeFile } from 'node:fs/promises';
3
import { join, resolve } from 'node:path';
4
5
6
-const ROOT_DIR = resolve('..', '..');
+const ROOT_DIR = resolve('.');
7
const DATA_DIR = join(ROOT_DIR, 'docs/kr.tree');
8
9
const text = (await readFile(DATA_DIR));
0 commit comments