We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f52e7 commit 39da50eCopy full SHA for 39da50e
bin/run
@@ -6,7 +6,7 @@ oclif
6
.run()
7
.then(require("@oclif/core/flush"))
8
.catch((error) => {
9
- const oclifHandler = require("@oclif/core/handle");
+ const { handle: oclifHandler } = require("@oclif/core/handle");
10
if (error.response?.data)
11
error.message = `${error.message}: ${JSON.stringify(
12
error.response.data
0 commit comments