chore(deps): update dependency prettier to v1.18.2 (#2407)
This commit is contained in:
committed by
Shawn Erquhart
parent
321ca9b0ed
commit
aded9d7c24
@ -324,9 +324,7 @@ export default class GitGateway {
|
||||
return this.backend.getMediaDisplayURL(original);
|
||||
}
|
||||
const err = new Error(
|
||||
`getMediaDisplayURL is not implemented by the ${
|
||||
this.backendType
|
||||
} backend, but the backend returned a displayURL which was not a string!`,
|
||||
`getMediaDisplayURL is not implemented by the ${this.backendType} backend, but the backend returned a displayURL which was not a string!`,
|
||||
);
|
||||
err.displayURL = displayURL;
|
||||
return Promise.reject(err);
|
||||
|
Reference in New Issue
Block a user