agent-claw: automated task changes
This commit is contained in:
6
cdk/node_modules/aws-cdk/lib/cli/util/trap-errors.d.ts
generated
vendored
Normal file
6
cdk/node_modules/aws-cdk/lib/cli/util/trap-errors.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { IoHelper } from '../../api-private';
|
||||
/**
|
||||
* Run an async callback, swallowing any errors and logging them as debug messages.
|
||||
* Use this for code paths that must never break CLI execution.
|
||||
*/
|
||||
export declare function trapErrors<T>(ioHelper: IoHelper, message: string, cb: () => Promise<T>): Promise<T | undefined>;
|
||||
Reference in New Issue
Block a user