What's wrong with this entry?
Anonymous. No account, no email.
What: Hook execution now handles multiple hook types including callback and function types.
Details:
- Updated
vz()function at line 472202 to handle four hook types: command, prompt, callback, and function - Function
PBI()at line 473700 executes function-type hooks with proper timeout and abort signal handling - Callback hook execution in
jBI()at line 473754 simplified with cleaner abort handling - Evidence:
vz() at line 472202,PBI() at line 473700,jBI() at line 473754