Skip to content

Commit 0f88469

Browse files
committed
Fix SwapCommand
1 parent 9d6bf43 commit 0f88469

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/AppBundle/command/impl/SwapCommand.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import Common
33

44
struct SwapCommand: Command {
55
let args: SwapCmdArgs
6+
/*conforms*/ let shouldResetClosedWindowsCache: Bool = true
67

78
func run(_ env: CmdEnv, _ io: CmdIo) async throws -> Bool {
89
guard let target = args.resolveTargetOrReportError(env, io) else {

0 commit comments

Comments
 (0)