Skip to content

Commit

Permalink
Merge branch 'next' into v10-release
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Dec 11, 2024
2 parents 8488d2e + 2bdc2e6 commit d3d145f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
async function main() {
const { execute } = await import('@oclif/core');
await execute({ development: true, dir: import.meta.url }).then(msg => {
if (msg) {
if (msg && typeof msg === 'string') {
// eslint-disable-next-line no-console
console.log(msg);
}
Expand Down

0 comments on commit d3d145f

Please sign in to comment.