1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-11 06:10:05 +00:00

fix(verbose-mode): fixed handling axios errors

This commit is contained in:
Yury Shkoda
2023-08-17 13:29:27 +03:00
parent 34135b889f
commit 8dd4ab8cec
4 changed files with 345 additions and 96 deletions

View File

@@ -78,7 +78,7 @@ export async function executeScript(
const logger = process.logger || console
logger.info(
`Triggered '${relativeJobPath}' with PID ${
`Triggering '${relativeJobPath}' with PID ${
jobIdVariable.value
} at ${timestampToYYYYMMDDHHMMSS()}`
)