mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Improve comments
This commit is contained in:
parent
03d67d92be
commit
149a28e0dc
3 changed files with 4 additions and 5 deletions
|
|
@ -40,7 +40,6 @@ function teardown(tools) {
|
|||
}
|
||||
|
||||
async function setup() {
|
||||
// Check execution policy
|
||||
const { isValid, policy } =
|
||||
await validatePowerShellExecutionPolicy(executableName);
|
||||
if (!isValid) {
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@ function teardown(tools) {
|
|||
}
|
||||
|
||||
async function setup() {
|
||||
// Check execution policy
|
||||
const { isValid, policy } =
|
||||
await validatePowerShellExecutionPolicy(executableName);
|
||||
if (!isValid) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue