Skip to content

Commit e6b00b8

Browse files
committed
fix: add missing question mark
1 parent 38893f1 commit e6b00b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/specUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export async function setLocalPackageManager(cwd: string, info: PreparedPackageM
150150
interface FoundSpecResult {
151151
type: `Found`;
152152
target: string;
153-
getSpec: (options: {enforceExactVersion?: boolean}) => Descriptor;
153+
getSpec: (options?: {enforceExactVersion?: boolean}) => Descriptor;
154154
range?: Descriptor & {onFail?: DevEngineDependency[`onFail`]};
155155
envFilePath?: string;
156156
}

0 commit comments

Comments
 (0)