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:
DarkCat09 2023-01-13 16:19:10 +04:00
parent 89608142fb
commit 3fbd283db1
4 changed files with 81 additions and 4 deletions

1
.gitignore vendored
View file

@ -113,4 +113,3 @@ tests/samples/login_pswd.txt
# NPM
node_modules/
package-lock.json