fix: update worker restart instructions in error messages
- Added a new line after the command to run for restarting the worker in the error message. - Included an additional instruction to restart Claude Code after running the worker restart command.
This commit is contained in:
@@ -7,7 +7,8 @@ ${t.stack}`:t.message;if(Array.isArray(t))return`[${t.length} items]`;let e=Obje
|
||||
`,u+=`1. Exit Claude Code completely
|
||||
`,u+=`2. Open ${a}
|
||||
`,u+=`3. Navigate to: ${i}
|
||||
`,u+="4. Run: npm run worker:restart",e&&(u+=`
|
||||
`,u+=`4. Run: npm run worker:restart
|
||||
`,u+="5. Restart Claude Code",e&&(u+=`
|
||||
|
||||
If that doesn't work, try: /troubleshoot`),o&&(u=`Worker Error: ${o}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user