fix unintended changes

This commit is contained in:
yimysty
2022-06-28 18:01:48 -07:00
parent 11a13019c2
commit 72b116b825
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ async function cancelHandler(evtOrExitCodeOrError) {
core.info(`Deployment cancelled with ${pagesCancelDeployEndpoint}`)
}
} catch (e) {
core.info('Deployment cancellation failed', e)
console.log('Deployment cancellation failed', e)
}
process.exit(isNaN(+evtOrExitCodeOrError) ? 1 : +evtOrExitCodeOrError)
}