update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
4
electron/node_modules/builder-util/out/log.d.ts
generated
vendored
4
electron/node_modules/builder-util/out/log.d.ts
generated
vendored
|
|
@ -1,4 +1,3 @@
|
|||
/// <reference types="node" />
|
||||
import _debug from "debug";
|
||||
import WritableStream = NodeJS.WritableStream;
|
||||
export declare const debug: _debug.Debugger;
|
||||
|
|
@ -6,8 +5,9 @@ export interface Fields {
|
|||
[index: string]: any;
|
||||
}
|
||||
export declare function setPrinter(value: ((message: string) => void) | null): void;
|
||||
export declare type LogLevel = "info" | "warn" | "debug" | "notice" | "error";
|
||||
export type LogLevel = "info" | "warn" | "debug" | "error";
|
||||
export declare const PADDING = 2;
|
||||
export declare const shouldDisableNonErrorLoggingVitest: boolean | "" | undefined;
|
||||
export declare class Logger {
|
||||
protected readonly stream: WritableStream;
|
||||
constructor(stream: WritableStream);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue