Skip to content

Commit 39da50e

Browse files
committed
see if this fixes the issue
1 parent a4f52e7 commit 39da50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ oclif
66
.run()
77
.then(require("@oclif/core/flush"))
88
.catch((error) => {
9-
const oclifHandler = require("@oclif/core/handle");
9+
const { handle: oclifHandler } = require("@oclif/core/handle");
1010
if (error.response?.data)
1111
error.message = `${error.message}: ${JSON.stringify(
1212
error.response.data

0 commit comments

Comments
 (0)