This commit is contained in:
2020-06-24 21:25:01 +03:00
parent 5d4972145b
commit 4e465ce39f
5 changed files with 46 additions and 16 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ class App extends React.Component<Props, State> {
getVersion().then(res => {
if(version !== res.version) {
console.debug(`Current back-end version: ${res.version}. Clearing cache`);
console.log(`Current back-end version: ${res.version}. Clearing cache`);
caches.keys().then(names => {
names.forEach(name => caches.delete(name).catch(console.error))