fix: don't throw error

This commit is contained in:
antebrl
2025-01-13 01:05:50 +00:00
parent 355c44241c
commit 0d564ffe59

View File

@@ -46,7 +46,6 @@ class StreamedSuSession extends SessionHandler {
} catch (error) {
console.error('Session initialization failed:', error);
throw error;
}
}