mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
Fix lint error
Change double quote to single quote for string
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
Reference in New Issue
Block a user