mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-02 19:36:46 +02:00
Bug fixes
This commit is contained in:
@@ -42,7 +42,7 @@ export function deepClone(obj: any): any {
|
||||
}
|
||||
|
||||
if (!obj) {
|
||||
return obj;
|
||||
return {};
|
||||
}
|
||||
|
||||
return JSON.parse(JSON.stringify(obj));
|
||||
|
Reference in New Issue
Block a user