Skip to content

Commit

Permalink
Fix type signature of Application.preload.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Feb 13, 2024
1 parent dc432bc commit 279effd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type RunOptions = {
export class Application {
constructor(resources: () => Promise<any>, instantiate: any, argv0: string);

preload(): Promise;
preload(): Promise<void>;

execute(args: string[], files?: Tree, options?: RunOptions): Tree;

Expand Down

0 comments on commit 279effd

Please sign in to comment.