fix: cover extra thinking tags (#688) (thanks @theglove44)
This commit is contained in:
@@ -165,9 +165,7 @@ export async function updateCommand(opts: UpdateCommandOptions): Promise<void> {
|
||||
try {
|
||||
await doctorCommand(defaultRuntime, { nonInteractive: true });
|
||||
} catch (err) {
|
||||
defaultRuntime.log(
|
||||
theme.warn(`Doctor failed: ${String(err)}`),
|
||||
);
|
||||
defaultRuntime.log(theme.warn(`Doctor failed: ${String(err)}`));
|
||||
} finally {
|
||||
delete process.env.CLAWDBOT_UPDATE_IN_PROGRESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user