Skip to content

Commit c5ad3ef

Browse files
committed
More eslint cleanup
1 parent 07a717c commit c5ad3ef

17 files changed

+39
-38
lines changed

lib/core/dvr.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export declare abstract class Dvr {
7575
configfile: string;
7676
tui: Tui | undefined;
7777
constructor(dir: string);
78+
protected sleep(time: number): Promise<number>;
7879
protected findConfig(): string;
7980
loadConfig(): void;
8081
abstract exit(): void;

lib/core/dvr.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/core/dvr.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)