mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-21 00:11:27 -07:00
refactor: remove root node and npm workflow deps
This commit is contained in:
@@ -31,6 +31,7 @@ export type ReloadConfigRuntimeDeps = {
|
||||
failHandlers: {
|
||||
logError: (details: string) => void;
|
||||
showErrorBox: (title: string, details: string) => void;
|
||||
setExitCode?: (code: number) => void;
|
||||
quit: () => void;
|
||||
};
|
||||
};
|
||||
@@ -40,6 +41,7 @@ export type CriticalConfigErrorRuntimeDeps = {
|
||||
failHandlers: {
|
||||
logError: (details: string) => void;
|
||||
showErrorBox: (title: string, details: string) => void;
|
||||
setExitCode?: (code: number) => void;
|
||||
quit: () => void;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user