We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff9db3 commit 6667fe9Copy full SHA for 6667fe9
pack.ts
@@ -83,6 +83,4 @@ const packageApp = async () => {
83
));
84
}
85
86
-packageApp().catch((error: any) => {
87
- console.error(error.message);
88
-});
+packageApp();
0 commit comments