This commit is contained in:
Armando Aguirre Sepulveda 2024-09-09 14:22:46 -07:00
Родитель 425f2ba945
Коммит d16eeaa0b1
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -75,6 +75,7 @@ async function exerciseServerWorker(testDir: string, tsserverPath: string, repla
serverArgs,
}) + "\n");
// Keep in sync with typescrit-server-replay repo: https://github.com/microsoft/typescript-server-replay/blob/0cf42b98c3592805901c9de025b59315b6fd2a80/replay.js#L234
const server = sh.launchServer(
tsserverPath,
serverArgs,