mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2025-12-11 13:26:16 +00:00
Authored-by: izeren <yushalnik@bk.ru>
This commit is contained in:
@@ -17,7 +17,6 @@ export function persistentWritable<T>(
|
||||
: writable(value);
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
} finally {
|
||||
store = writable(value);
|
||||
}
|
||||
store.subscribe((value) => {
|
||||
|
||||
Reference in New Issue
Block a user