Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 91ffaa4

Browse files
committed
Log error
1 parent 9cf29be commit 91ffaa4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/helpers.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ async function logJob(name) {
4141
);
4242
console.log(`Job: '${name}'`)
4343
console.dir(job)
44-
} catch {
44+
} catch (error) {
4545
console.info(`Job: '${name} not found.'`)
46+
console.error(error)
4647
}
4748
}
4849

0 commit comments

Comments
 (0)