Skip to content

Commit 4049511

Browse files
committed
fix
1 parent d6cf82b commit 4049511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export type SetupStatus = "ok" | "setup_required";
8181

8282
export interface SetupStatusTracker extends Disposable {
8383
status(): SetupStatus | undefined;
84-
onChange(callback: (status: SetupStatus) => void): void;
84+
onChange(callback: (status: SetupStatus | undefined) => void): void;
8585
}
8686
/**
8787
* Checks the status of the LocalStack installation.

0 commit comments

Comments
 (0)