Skip to content

Commit cde4336

Browse files
Update lockfile.ts
1 parent d909b97 commit cde4336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spec-configuration/lockfile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export async function writeLockfile(params: ContainerFeatureInternalParams, conf
6767
return;
6868
}
6969

70-
export async function readLockfile(config: DevContainerConfig | string): Promise<{ lockfile?: Lockfile; initLockfile?: boolean }> {
70+
export async function readLockfile(config: DevContainerConfig): Promise<{ lockfile?: Lockfile; initLockfile?: boolean }> {
7171
try {
7272
const content = await readLocalFile(getLockfilePath(config));
7373
// If empty file, use as marker to initialize lockfile when build completes.

0 commit comments

Comments
 (0)