Skip to content

Commit

Permalink
Update launchNeovimAndRunTests.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
saidelike authored May 18, 2024
1 parent d40ee68 commit 122e48a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/test-harness/src/launchNeovimAndRunTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ export async function launchNeovimAndRunTests(extensionTestsPath: string) {

console.log(`pid: ${nvim_process.pid}`);

await delay(5000);
const tail2 = new Tail("vim.log", {
// separator: "\n",
fromBeginning: true,
Expand Down

0 comments on commit 122e48a

Please sign in to comment.