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 d6cf82b commit 4049511Copy full SHA for 4049511
src/utils/setup.ts
@@ -81,7 +81,7 @@ export type SetupStatus = "ok" | "setup_required";
81
82
export interface SetupStatusTracker extends Disposable {
83
status(): SetupStatus | undefined;
84
- onChange(callback: (status: SetupStatus) => void): void;
+ onChange(callback: (status: SetupStatus | undefined) => void): void;
85
}
86
/**
87
* Checks the status of the LocalStack installation.
0 commit comments