chore: github actions (#3472)

This commit is contained in:
Mike Diarmid
2020-04-17 14:54:16 +01:00
committed by GitHub
parent b412c7139a
commit e427fcfd9b
50 changed files with 511 additions and 576 deletions

View File

@@ -193,9 +193,7 @@ export default class StorageTask {
on(event, nextOrObserver, error, complete) {
if (event !== StorageStatics.TaskEvent.STATE_CHANGED) {
throw new Error(
`firebase.storage.StorageTask.on event argument must be a string with a value of '${
StorageStatics.TaskEvent.STATE_CHANGED
}'`,
`firebase.storage.StorageTask.on event argument must be a string with a value of '${StorageStatics.TaskEvent.STATE_CHANGED}'`,
);
}