Skip to content
#

background

Here are 433 public repositories matching this topic...

AshishShanker
AshishShanker commented Jun 22, 2018

I noticed that even if I don't specify the stopparentfirst parameter when initializing the Service object, I always get the stopparentfirst argument and a value of undefined, instead of the default of false-y.

For example, the following code:

const svc = new Service(
    {
        name: 'SomeName"
        description: 'SomeDescription',
        script:'somefile.js',
    }

Improve this page

Add a description, image, and links to the background topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the background topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.