mirror of
https://github.com/github/codeql-action.git
synced 2025-12-30 19:20:08 +08:00
8 lines
214 B
TypeScript
8 lines
214 B
TypeScript
export declare class CwdError extends Error {
|
|
path: string;
|
|
code: string;
|
|
syscall: 'chdir';
|
|
constructor(path: string, code: string);
|
|
get name(): string;
|
|
}
|
|
//# sourceMappingURL=cwd-error.d.ts.map
|