forked from MapComplete/MapComplete
		
	Fix: bug in error reporting
This commit is contained in:
		
							parent
							
								
									c795e74037
								
							
						
					
					
						commit
						4794032e49
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1007,7 +1007,7 @@ export default class ThemeViewState implements SpecialVisualizationState {
 | 
				
			||||||
            console.error("Got (in themeViewSTate.reportError):", message, extramessage)
 | 
					            console.error("Got (in themeViewSTate.reportError):", message, extramessage)
 | 
				
			||||||
            return
 | 
					            return
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        const isTesting = this.featureSwitchIsTesting.data
 | 
					        const isTesting = this.featureSwitchIsTesting?.data
 | 
				
			||||||
        console.log(
 | 
					        console.log(
 | 
				
			||||||
            isTesting
 | 
					            isTesting
 | 
				
			||||||
                ? ">>> _Not_ reporting error to report server as testmode is on"
 | 
					                ? ">>> _Not_ reporting error to report server as testmode is on"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue