Skip to content

Commit d1083f7

Browse files
authored
feat: better message when actor is not run as standby (#27)
1 parent f2ead51 commit d1083f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { renderHomepage } from './homepage.js';
1111
await Actor.init();
1212

1313
if (Actor.config.get('metaOrigin') !== 'STANDBY') {
14-
await Actor.exit('This Actor is intended to run in standby mode only.');
14+
await Actor.exit('This Actor is intended to run in standby mode only. Look at the README.md or https://apify.com/apify/openrouter for more information.');
1515
}
1616

1717
const OPENROUTER_API_KEY = process.env.OPENROUTER_API_KEY || '';

0 commit comments

Comments
 (0)