forked from MapComplete/MapComplete
Fix: attempt to workaround for #2202
This commit is contained in:
parent
1b3687830c
commit
66465fdc98
2 changed files with 19 additions and 7 deletions
|
@ -1036,7 +1036,7 @@ export default class ThemeViewState implements SpecialVisualizationState {
|
|||
}
|
||||
|
||||
if (extramessage) {
|
||||
message += "(" + extramessage + ")"
|
||||
message += " (" + extramessage + ")"
|
||||
}
|
||||
|
||||
const stacktrace: string = new Error().stack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue