Merge remote-tracking branch 'upstream' into fv/Governor

This commit is contained in:
Hadrien Croubois
2023-05-09 10:27:50 +02:00
17 changed files with 3269 additions and 883 deletions

View File

@ -78,7 +78,7 @@ async function runCertora(spec, contract, files, options = []) {
child.stdout.pipe(stream, { end: false });
child.stderr.pipe(stream, { end: false });
// as soon as we have a jobStatus link, print it
// as soon as we have a job id, print the output link
stream.on('data', function logStatusUrl(data) {
const { '-DjobId': jobId, '-DuserId': userId } = Object.fromEntries(
data