Add a crude debug mechanism

This commit is contained in:
Godzil
2018-07-14 21:23:04 +01:00
parent 987e424324
commit 66670547b9
4 changed files with 46 additions and 4 deletions

View File

@@ -17,5 +17,6 @@ interface IConfig {
rebuildcrp?: boolean;
batch?: string;
verbose?: boolean;
debug?: boolean;
retry?: number;
}