Skip to content

Commit

Permalink
fix: logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Oct 4, 2022
1 parent 176d4d3 commit ae62022
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/testSession.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,8 @@ export class TestSession extends AsyncOptionalCreatable<TestSessionOptions> {
// Executes commands and keeps track of any orgs created.
// Throws if any commands return a non-zero exitCode.
private async createOrgs(orgs: ScratchOrgConfig[] = []): Promise<void> {
if (orgs.length === 0) return;

const dbug = debug('testkit:createOrgs');
const setup = () => {
for (const org of orgs) {
Expand Down

0 comments on commit ae62022

Please sign in to comment.