Update gitignore (sorry)
This commit is contained in:
parent
a8f8c4d7ad
commit
cca8b02fea
6604 changed files with 1219661 additions and 4 deletions
7
electron/node_modules/builder-util/out/promise.d.ts
generated
vendored
Normal file
7
electron/node_modules/builder-util/out/promise.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export declare function printErrorAndExit(error: Error): void;
|
||||
export declare function executeFinally<T>(promise: Promise<T>, task: (isErrorOccurred: boolean) => Promise<any>): Promise<T>;
|
||||
export declare class NestedError extends Error {
|
||||
constructor(errors: Array<Error>, message?: string);
|
||||
}
|
||||
export declare function orNullIfFileNotExist<T>(promise: Promise<T>): Promise<T | null>;
|
||||
export declare function orIfFileNotExist<T>(promise: Promise<T>, fallbackValue: T): Promise<T>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue