chore(deps): update dependency prettier to v1.18.2 (#2407)

This commit is contained in:
renovate[bot]
2019-06-26 14:28:00 -04:00
committed by Shawn Erquhart
parent 321ca9b0ed
commit aded9d7c24
4 changed files with 8 additions and 14 deletions

View File

@ -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);