mirror of
https://github.com/Eugeny/tabby.git
synced 2025-04-24 16:30:55 +08:00
Fix lint error
Change double quote to single quote for string
This commit is contained in:
parent
c906af5bec
commit
66b7632958
@ -194,7 +194,7 @@ export class ConfigSyncService {
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
this.logger.debug("Recovering from autoSync network error")
|
||||
this.logger.debug('Recovering from autoSync network error')
|
||||
}
|
||||
await new Promise(resolve => setTimeout(resolve, 60000))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user