create-claude-workspace 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -374,7 +374,7 @@ async function main() {
|
|
|
374
374
|
workDir = ensureWorktree(opts.projectDir);
|
|
375
375
|
log(`Worktree: ${workDir}`);
|
|
376
376
|
} catch (e) {
|
|
377
|
-
|
|
377
|
+
log(`Worktree setup failed: ${e.message}. Working in project directory.`);
|
|
378
378
|
}
|
|
379
379
|
}
|
|
380
380
|
|