mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Use different kill method for watcher
This commit is contained in:
@@ -13,7 +13,7 @@ export interface Watcher {
|
||||
|
||||
export interface Executor {
|
||||
onInit?(): void;
|
||||
onCleanup?(): void;
|
||||
onCleanup?(): void | Promise<void>;
|
||||
execute(filePath: string): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user