We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 248e72c commit a428508Copy full SHA for a428508
1 file changed
src/react-native/get-rendered-by.ts
@@ -17,10 +17,7 @@ type V8CallSite = {
17
getColumnNumber(): number | null;
18
};
19
20
-const restoreStackDescriptor = (
21
- error: Error,
22
- descriptor: PropertyDescriptor | undefined,
23
-) => {
+const restoreStackDescriptor = (error: Error, descriptor: PropertyDescriptor | undefined) => {
24
try {
25
if (descriptor) {
26
Object.defineProperty(error, "stack", descriptor);
0 commit comments