mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-13 06:08:12 +09:00
Better English
This commit is contained in:
parent
d9ccb0c668
commit
9de6408557
@ -28,7 +28,7 @@ export default async (actor: IRemoteUser, activity): Promise<void> => {
|
||||
try {
|
||||
object = await resolver.resolve(activity.object);
|
||||
} catch (e) {
|
||||
log(`Resolve failed: ${e}`);
|
||||
log(`Resolution failed: ${e}`);
|
||||
throw e;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user