diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-01-31 15:30:58 -0500 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-01-31 15:30:58 -0500 |
| commit | d23e9b7fa1c3f31cfbfbd529cfed1f1aaaedd63d (patch) | |
| tree | 22ee67da5c1dfb45a42122013c03eb9c37574385 /src/utils/index.ts | |
| parent | 70027bd3d662807e19c587d13c8061e48760a4b5 (diff) | |
| download | Decky-Framegen-d23e9b7fa1c3f31cfbfbd529cfed1f1aaaedd63d.tar.gz Decky-Framegen-d23e9b7fa1c3f31cfbfbd529cfed1f1aaaedd63d.zip | |
chore: cleanup and harden installer pathschore/cleanup
Diffstat (limited to 'src/utils/index.ts')
| -rw-r--r-- | src/utils/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/index.ts b/src/utils/index.ts index d969cb6..d90787c 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -23,7 +23,7 @@ export const safeAsyncOperation = async <T,>( try { return await operation(); } catch (e) { - logError(`${errorContext}: ${String(e)}`); + void logError(`${errorContext}: ${String(e)}`); console.error(e); return undefined; } |
