Improved NodeJS interpreter interaction
- Catch AttributeError in `__del__` if process was not initialized and self.proc was not created - Skip test_jsnode if node is not installed - Removed package-lock from gitignore
This commit is contained in:
parent
89608142fb
commit
3fbd283db1
4 changed files with 81 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -113,4 +113,3 @@ tests/samples/login_pswd.txt
|
|||
|
||||
# NPM
|
||||
node_modules/
|
||||
package-lock.json
|
||||
|
|
Reference in a new issue