Skip to content

Commit 10e61c6

Browse files
committed
chore: update dependencies
1 parent a927900 commit 10e61c6

File tree

3 files changed

+543
-597
lines changed

3 files changed

+543
-597
lines changed

bin/run.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@
1111

1212
import { kernel } from '../index.js'
1313

14-
kernel.handle(['create-japa', ...process.argv.slice(2)]).catch(console.error)
14+
kernel.handle(['create-japa', ...process.argv.slice(2)]).catch((error) => {
15+
console.error(error.stack)
16+
})

0 commit comments

Comments
 (0)