-
Notifications
You must be signed in to change notification settings - Fork 9
fix(cli:attach) - fixes for issues #98 #99 #100 #101 #120
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
Conversation
packages/cli/src/commands/attach.js
Outdated
| ]) | ||
|
|
||
| const instance = await this.session.createInstance(instanceName) | ||
| const instance = await createInstance(instanceName, this.session) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in meantime, I changed a little bit this function to take session directly from the singleton, please check commands/init how to fix it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed
Codecov Report
@@ Coverage Diff @@
## master #120 +/- ##
==========================================
+ Coverage 34.49% 34.59% +0.09%
==========================================
Files 118 118
Lines 4592 4550 -42
==========================================
- Hits 1584 1574 -10
+ Misses 3008 2976 -32 |
Fixes for command attach (displaying correct error messages instead of exceptions), tests cleaning