Skip to content

Commit 838559a

Browse files
committed
Always pass ProjectContext in ExecuteOptions
1 parent 54a97c0 commit 838559a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execute/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export interface ExecuteOptions {
9393
quiet?: boolean;
9494
previewServer?: boolean;
9595
handledLanguages: string[]; // list of languages handled by cell language handlers, after the execution engine
96-
project?: ProjectContext;
96+
project: ProjectContext;
9797
}
9898

9999
// result of execution

0 commit comments

Comments
 (0)