forked from MapComplete/MapComplete
Fix tests
This commit is contained in:
parent
4085bbc1ac
commit
e6dab1a83f
4 changed files with 9 additions and 2 deletions
|
@ -962,6 +962,10 @@ export default class ThemeViewState implements SpecialVisualizationState {
|
|||
}
|
||||
|
||||
public async reportError(message: string | Error | XMLHttpRequest, extramessage:string = "") {
|
||||
if(Utils.runningFromConsole){
|
||||
console.error("Got (in themeViewSTate.reportError):", message, extramessage)
|
||||
return
|
||||
}
|
||||
const isTesting = this.featureSwitchIsTesting.data
|
||||
console.log(
|
||||
isTesting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue