Improve comments

This commit is contained in:
Sander Declerck 2026-02-05 11:20:14 +01:00
parent 03d67d92be
commit 149a28e0dc
No known key found for this signature in database
3 changed files with 4 additions and 5 deletions

View file

@ -40,7 +40,6 @@ function teardown(tools) {
}
async function setup() {
// Check execution policy
const { isValid, policy } =
await validatePowerShellExecutionPolicy(executableName);
if (!isValid) {

View file

@ -40,7 +40,6 @@ function teardown(tools) {
}
async function setup() {
// Check execution policy
const { isValid, policy } =
await validatePowerShellExecutionPolicy(executableName);
if (!isValid) {