We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f47a2e2 commit 73090e2Copy full SHA for 73090e2
src/main.ts
@@ -292,14 +292,7 @@ async function setupAgentIfNeeded(
292
}
293
294
if (!installFailed && !startFailed) {
295
- const cfg = await agentConfig()
296
- if (!cfg) {
297
- console.warn(
298
- `Agent started at PID ${pid}, but config failed to resolve. Caching may not work.`
299
- )
300
- } else {
301
- core.info(`Agent installed and started at PID: ${pid}.`)
302
- }
+ core.info(`Agent installed and started at PID: ${pid}.`)
303
agentEnabled = true
304
agentManaged = true
305
0 commit comments