Skip to content

Commit

Permalink
fix(HelperStack): deactivate theme resources correctly (#865)
Browse files Browse the repository at this point in the history
Closes #864
  • Loading branch information
Aleksandyr authored and aciccarello committed Oct 3, 2018
1 parent 589f15a commit f7d5683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/output/utils/resources/helpers.ts
Expand Up @@ -54,7 +54,7 @@ export class HelperStack extends ResourceStack<Helper> {
}

deactivate(): boolean {
if (!super.activate()) {
if (!super.deactivate()) {
return false;
}

Expand Down

0 comments on commit f7d5683

Please sign in to comment.