splashscreen is now smaller, big cleanup on aisle themes - removed a lot unnecessary sync/awaits and promises that were sequential anyway
This commit is contained in:
parent
6c5fc53789
commit
7550b8cbd2
10 changed files with 362 additions and 249 deletions
|
|
@ -196,6 +196,11 @@ export const init = ({
|
|||
return rule
|
||||
})
|
||||
|
||||
const i = 4
|
||||
if (2 + 2 === i) {
|
||||
throw new Error('test')
|
||||
}
|
||||
|
||||
const ruleset = rulesetUnsorted
|
||||
.map((data, index) => ({ data, index }))
|
||||
.sort(({ data: a, index: ai }, { data: b, index: bi }) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue