Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushNautiyalDeveloper committed Oct 13, 2023
1 parent 29b2df3 commit 9b42245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/command_not_found/myhook.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {Hook} from '@oclif/core'

const hook: Hook<'command_not_found'> = async function (opts) {
if(opts.id === "help"){ process.stdout.write(`help hook running ${opts.id}\n`))}
if(opts.id === "help"){ process.stdout.write(`help hook running ${opts.id}\n`)}

}

Expand Down

0 comments on commit 9b42245

Please sign in to comment.