We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be0cd0 commit 6bcf5ebCopy full SHA for 6bcf5eb
src/index.ts
@@ -24,7 +24,7 @@ function flake (options: object | undefined = {}, callback: Function | undefined
24
25
function handleTestEnd (status: number, output = '') {
26
if (status === 0) {
27
- callback(status)
+ callback(status, output)
28
} else {
29
if (++testAttempt <= parsedOptions.maxAttempts) {
30
logger.log('info', `\nUsing ${parser.name} to parse output\n`)
0 commit comments