Skip to content

Commit d6ac8b2

Browse files
committed
fix: try-catch: get rid of default
1 parent ef540a2 commit d6ac8b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/try-catch.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ export const tryCatch = (fn, ...args) => {
55
return [e];
66
}
77
};
8-
9-
export default tryCatch;

0 commit comments

Comments
 (0)