How to use the @ionic/utils-process.killProcessTree function in @ionic/utils-process

To help you get started, we’ve selected a few @ionic/utils-process examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ionic-team / ionic-cli / packages / ionic / src / lib / shell.ts View on Github external
onBeforeExit(async () => {
          if (promise.p.pid) {
            await killProcessTree(promise.p.pid);
          }
        });
      }

@ionic/utils-process

Process utils for NodeJS

MIT
Latest version published 9 months ago

Package Health Score

80 / 100
Full package analysis

Similar packages