mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 17:16:03 +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) {
|
} 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))
|
await new Promise(resolve => setTimeout(resolve, 60000))
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user