refactor(ApImageService.ts
): JSON.stringify()
でのindentationを追加
This commit is contained in:
@@ -51,7 +51,7 @@ export class ApImageService {
|
||||
}
|
||||
|
||||
if (typeof image.url !== 'string') {
|
||||
throw new Error('invalid image: unexpected type of url: ' + JSON.stringify(image.url));
|
||||
throw new Error('invalid image: unexpected type of url: ' + JSON.stringify(image.url, null, 2));
|
||||
}
|
||||
|
||||
if (!checkHttps(image.url)) {
|
||||
|
Reference in New Issue
Block a user