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 d909b97 commit cde4336Copy full SHA for cde4336
src/spec-configuration/lockfile.ts
@@ -67,7 +67,7 @@ export async function writeLockfile(params: ContainerFeatureInternalParams, conf
67
return;
68
}
69
70
-export async function readLockfile(config: DevContainerConfig | string): Promise<{ lockfile?: Lockfile; initLockfile?: boolean }> {
+export async function readLockfile(config: DevContainerConfig): Promise<{ lockfile?: Lockfile; initLockfile?: boolean }> {
71
try {
72
const content = await readLocalFile(getLockfilePath(config));
73
// If empty file, use as marker to initialize lockfile when build completes.
0 commit comments