Allows NodeJS to terminate also if there is an active service. (#656)

This commit is contained in:
Salvatore Previti
2021-01-12 19:50:11 +00:00
committed by GitHub
parent 28222c5b2e
commit 590302f181
3 changed files with 123 additions and 9 deletions

View File

@@ -56,6 +56,9 @@ jobs:
- name: JS API Tests
run: node scripts/js-api-tests.js
- name: NodeJS Unref Tests
run: node scripts/node-unref-tests.js
- name: Plugin Tests
run: node scripts/plugin-tests.js