Skip to content

Commit a5095d7

Browse files
committed
Update function name to a more specific one
1 parent 92ce0fe commit a5095d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/status-bar.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type { LocalStackInstanceStatus } from "../utils/localstack-instance.ts";
66
import { createOnceImmediate } from "../utils/once-immediate.ts";
77
import type { SetupStatus } from "../utils/setup.ts";
88

9-
function getStatusText(options: {
9+
function getOverallStatusText(options: {
1010
cliStatus: SetupStatus;
1111
localStackStatus: LocalStackInstanceStatus;
1212
cliOutdated: boolean | undefined;
@@ -130,7 +130,7 @@ export default createPlugin(
130130
? "$(sync~spin)"
131131
: "$(localstack-logo)";
132132

133-
const statusText = getStatusText({
133+
const statusText = getOverallStatusText({
134134
cliOutdated,
135135
cliStatus,
136136
localStackStatus,

0 commit comments

Comments
 (0)