diff options
| author | AAGaming <aagaming@riseup.net> | 2024-06-27 00:21:32 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-06-27 00:21:32 -0400 |
| commit | 0cfb41755a3cf5bc39cd65e45e02418c245fa793 (patch) | |
| tree | 9bab88d926fbcf218b10794161e4c4c411e691a8 /frontend/src/index.ts | |
| parent | 2f8b5df0077bae996c1e9c5fa571ebf538260597 (diff) | |
| download | decky-loader-0cfb41755a3cf5bc39cd65e45e02418c245fa793.tar.gz decky-loader-0cfb41755a3cf5bc39cd65e45e02418c245fa793.zip | |
lint
Diffstat (limited to 'frontend/src/index.ts')
| -rw-r--r-- | frontend/src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/index.ts b/frontend/src/index.ts index 1039fb23..4ea22318 100644 --- a/frontend/src/index.ts +++ b/frontend/src/index.ts @@ -7,7 +7,7 @@ interface Window { (async () => { // Wait for react to definitely be loaded while (!window.webpackChunksteamui || window.webpackChunksteamui <= 3) { - await new Promise(r => setTimeout(r, 10)); // Can't use DFL sleep here. + await new Promise((r) => setTimeout(r, 10)); // Can't use DFL sleep here. } if (!window.SP_REACT) { |
