Skip to content

Commit 233e7e3

Browse files
committed
fix: this was supposed to be this way because tests
1 parent db8c1c6 commit 233e7e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ impl Client {
342342
}
343343
}
344344

345-
false
345+
true // leaving a workspace we aren't attached to is a no-op: return true because no more refs
346346
}
347347

348348
/// Gets a [`Workspace`] handle by name.

0 commit comments

Comments
 (0)