enhance(client): Improve stability of version comparison
This commit is contained in:
		
							parent
							
								
									cced83024b
								
							
						
					
					
						commit
						6c1f03eefd
					
				
					 1 changed files with 5 additions and 2 deletions
				
			
		|  | @ -207,8 +207,11 @@ if (lastVersion !== version) { | |||
| 	// テーマリビルドするため
 | ||||
| 	localStorage.removeItem('theme'); | ||||
| 
 | ||||
| 	if (lastVersion != null && compareVersions(version, lastVersion) === 1) { | ||||
| 		popup(import('@client/components/updated.vue'), {}, {}, 'closed'); | ||||
| 	try { // 変なバージョン文字列来るとcompareVersionsでエラーになるため
 | ||||
| 		if (lastVersion != null && compareVersions(version, lastVersion) === 1) { | ||||
| 			popup(import('@client/components/updated.vue'), {}, {}, 'closed'); | ||||
| 		} | ||||
| 	} catch (e) { | ||||
| 	} | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue