Skip to content

Commit db24067

Browse files
committed
remove catch
1 parent 8044515 commit db24067

File tree

1 file changed

+0
-2
lines changed
  • packages/devextreme/js/__internal/ui

1 file changed

+0
-2
lines changed

packages/devextreme/js/__internal/ui/themes.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ function readThemeMarker(): string | null {
6363
return null;
6464
}
6565
return result.substr(THEME_MARKER_PREFIX.length);
66-
} catch (e) {
67-
return null;
6866
} finally {
6967
element.remove();
7068
}

0 commit comments

Comments
 (0)