fix(tracker): fix wording in log
This commit is contained in:
parent
2372008248
commit
54adc377e9
1 changed files with 1 additions and 1 deletions
|
|
@ -452,7 +452,7 @@ export default class App {
|
|||
return Promise.reject('no worker found after start request (this might not happen)')
|
||||
}
|
||||
if (this.activityState === ActivityState.NotActive) {
|
||||
return Promise.reject('Tracker stopped during authorisation')
|
||||
return Promise.reject('Tracker stopped during authorization')
|
||||
}
|
||||
const {
|
||||
token,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue