make eslint happy
This commit is contained in:
parent
9ccf305a99
commit
e8d3470826
|
@ -47,7 +47,7 @@ Realm.Sync.User.register('http://localhost:9080', username, 'password')
|
|||
return Realm.Sync.User.login('http://localhost:9080', username, 'password')
|
||||
})
|
||||
.catch((error) => {
|
||||
const loginError = JSON.stringify(err);
|
||||
const loginError = JSON.stringify(error);
|
||||
console.error(`download-api-helper failed:\n User.register() error:\n${registrationError}\n User.login() error:\n${registrationError}`);
|
||||
process.exit(-2);
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue