Skip to content

Commit

Permalink
fix: convenant debug pannel was not displayed
Browse files Browse the repository at this point in the history
Fixes #726
  • Loading branch information
Sidoine committed Dec 9, 2020
1 parent 0a3a862 commit 3b5fc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/states/conduit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class Conduit {
};

constructor(debug: OvaleDebugClass) {
debug.defaultOptions.args["covenant"] = this.debugOptions;
debug.defaultOptions.args["conduit"] = this.debugOptions;
}

registerConditions(condition: OvaleConditionClass) {
Expand Down

0 comments on commit 3b5fc92

Please sign in to comment.