Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

if debug alone is called, debug never appears #72

Closed
retrogradeorbit opened this issue Jun 2, 2020 · 2 comments
Closed

if debug alone is called, debug never appears #72

retrogradeorbit opened this issue Jun 2, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@retrogradeorbit
Copy link
Member

debug does not appear until next module update output triggers it...

output module needs some rework...

@retrogradeorbit retrogradeorbit added the bug Something isn't working label Jun 2, 2020
@retrogradeorbit
Copy link
Member Author

$ ./spire -e '(debug nil)'
nil

Note no debug line

$ ./spire -e '(debug nil)(shell {:cmd "true"})'
:1 (shell {:cmd "true"})                                                                                          
--------- :1 local (debug nil) ---------
nil
----------------------------------------
:1 (shell {:cmd "true"}) local                                                                                    
{:err "", :exit 0, :out "", :out-lines [""], :result :ok}

debug now appears

@retrogradeorbit
Copy link
Member Author

fixed in 0.1.0-alpha.14

$ ./spire -e '(debug nil)'
--------- :1 local (debug nil) ---------
nil
----------------------------------------
nil

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant