Skip to content

Commit

Permalink
Wrap line to keep under 100 chars.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchenshi committed Oct 13, 2020
1 parent 2639cee commit 309cedf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/auth/src/auth.js
Expand Up @@ -301,7 +301,8 @@ fireauth.Auth.prototype.useEmulator = function(url) {
if (!this.emulatorConfig_) {
if (!/^https?:\/\//.test(url)) {
throw new fireauth.AuthError(
fireauth.authenum.Error.ARGUMENT_ERROR, 'Emulator URL must start with a valid scheme (http:// or https://).');
fireauth.authenum.Error.ARGUMENT_ERROR,
'Emulator URL must start with a valid scheme (http:// or https://).');
}
// Emit a warning so dev knows we are now in test mode.
this.emitEmulatorWarning_();
Expand Down

0 comments on commit 309cedf

Please sign in to comment.