Skip to content

Commit a281ccd

Browse files
committed
Import missing logError
1 parent 30b9923 commit a281ccd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/models/CodeServer.ts

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import * as cp from "child_process"
33
import { promises as fs } from "fs"
44
import * as path from "path"
55
import { Page } from "playwright"
6+
import { logError } from "../../../src/common/util"
67
import { onLine } from "../../../src/node/util"
78
import { PASSWORD, workspaceDir } from "../../utils/constants"
89
import { idleTimer, tmpdir } from "../../utils/helpers"

0 commit comments

Comments
 (0)