chore: add todo comment
This commit is contained in:
parent
6f86eb4495
commit
08dde913c5
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ let serializedData = '{}'
|
||||||
try {
|
try {
|
||||||
serializedData = use ? use(data) : JSON.stringify(data);
|
serializedData = use ? use(data) : JSON.stringify(data);
|
||||||
} catch(err) {
|
} catch(err) {
|
||||||
|
// extend error for helpful messages and guides
|
||||||
throw Error(err)
|
throw Error(err)
|
||||||
}
|
}
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue