mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 13:16:08 +02:00
wip
This commit is contained in:
@@ -59,7 +59,7 @@ export default class Resolver {
|
||||
throw new Error('invalid response');
|
||||
}
|
||||
|
||||
log(`resolved: ${JSON.stringify(object)}`);
|
||||
log(`resolved: ${JSON.stringify(object, null, 2)}`);
|
||||
|
||||
return object;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user