Skip to content

Commit

Permalink
add 'db: test' to results
Browse files Browse the repository at this point in the history
  • Loading branch information
dphiffer committed Aug 12, 2024
1 parent 3a48f77 commit 52a2377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ export const collect = async (inUrl: string, args: CollectorOptions) => {
if (args.outDir.includes('bl-tmp')) {
clearDir(args.outDir, false);
}
return { status: 'success', ...output, reports };
return { status: 'success', ...output, reports, dp: "test" };
} finally {
// close browser and clear tmp dir
if (browser && !didBrowserDisconnect) {
Expand Down

0 comments on commit 52a2377

Please sign in to comment.