We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea5e9a commit 0160141Copy full SHA for 0160141
agent/src/index.ts
@@ -264,7 +264,7 @@ async function loadCharactersFromUrl(url: string): Promise<Character[]> {
264
}
265
return characters;
266
} catch (e) {
267
- elizaLogger.error(`Error loading characters from ${url}: ${e}`);
+ elizaLogger.error(`Error loading character(s) from ${url}: ${e}`);
268
process.exit(1);
269
270
0 commit comments