Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
fix: set debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 17, 2018
1 parent 8be9cb3 commit 1f35564
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export interface IConfigBase {
userAgent: string
version: string
windows: boolean
debug: number
}

export interface IPluginConfig extends IConfigBase {
Expand Down Expand Up @@ -92,7 +93,7 @@ export abstract class ConfigBase implements IConfigBase {
userAgent: string
commandsDir: string | undefined
tsconfig: TSConfig | undefined
debug: number
debug: number = 0
hooks: {[k: string]: string[]}

constructor() {
Expand Down

0 comments on commit 1f35564

Please sign in to comment.