We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7b4f4 commit 432d762Copy full SHA for 432d762
src/util/file.ts
@@ -53,7 +53,6 @@ function exportBlob(blob: Blob, fileName: string) {
53
* @since 0.0.5
54
*/
55
export function deserialize(jsonStr: string): any | undefined {
56
- let data: any
57
try {
58
return JSON.parse(jsonStr)
59
} catch {
0 commit comments