Skip to content

Commit 0160141

Browse files
committed
Chore: added parenthesis around s in error message
1 parent 7ea5e9a commit 0160141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ async function loadCharactersFromUrl(url: string): Promise<Character[]> {
264264
}
265265
return characters;
266266
} catch (e) {
267-
elizaLogger.error(`Error loading characters from ${url}: ${e}`);
267+
elizaLogger.error(`Error loading character(s) from ${url}: ${e}`);
268268
process.exit(1);
269269
}
270270
}

0 commit comments

Comments
 (0)