log parameters in cloud runner parameter test

pull/353/head
Frostebite 2022-04-09 13:20:43 +01:00
parent ab2f1dce97
commit 8a097b4a09
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ describe('Cloud Runner', () => {
if (typeof element.value === `string`) {
element.value = element.value.replace(/\s+/g, '');
}
CloudRunnerLogger.log(`checking input/build param ${element} ${element.value}`);
CloudRunnerLogger.log(`checking input/build param ${element.name} ${element.value}`);
}
}
for (const element of environmentVariables) {