Skip to content

Fix --debug mode logs#969

Merged
jmcook1186 merged 13 commits intomainfrom
fix-debug
Aug 20, 2024
Merged

Fix --debug mode logs#969
jmcook1186 merged 13 commits intomainfrom
fix-debug

Conversation

@manushak
Copy link
Copy Markdown
Contributor

Types of changes

  • Enhancement (project structure, spelling, grammar, formatting)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

A description of the changes proposed in the Pull Request

@manushak manushak self-assigned this Aug 14, 2024
@manushak manushak linked an issue Aug 14, 2024 that may be closed by this pull request

expect.assertions(1);
expect(consopleSpy).toHaveBeenCalledTimes(1);
expect(consopleSpy).toHaveBeenCalledTimes(2);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should it be consoleSpy?

@manushak manushak requested a review from jmcook1186 August 14, 2024 11:03
@manushak manushak marked this pull request as draft August 14, 2024 11:11
@manushak manushak marked this pull request as ready for review August 14, 2024 11:20
Comment thread src/if-run/lib/compute.ts Outdated
@jmcook1186 jmcook1186 merged commit 3ac531b into main Aug 20, 2024
@jmcook1186 jmcook1186 deleted the fix-debug branch August 20, 2024 08:13
This was referenced Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve debug mode

3 participants