Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilianna Papastefanou committed Dec 16, 2021
1 parent b0cf152 commit 4f01006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/commands/test/iac-local-execution/file-scanner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ async function buildPolicyEngine(

return new PolicyEngine(opaWasmInstance);
} catch (err) {
console.log('-> err', err);
throw new FailedToBuildPolicyEngine();
}
}
Expand Down

0 comments on commit 4f01006

Please sign in to comment.