Explorar el Código

Fix: right way to kill process

febbweiss hace 10 años
padre
commit
0780cd4c71
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -26,6 +26,6 @@
     "scripts": {
         "test": "NODE_ENV=test mocha",
         "start": "app.js",
-        "stop": "pkill --signal SIGINT CloudBudget"
+        "stop": "pkill -SIGINT CloudBudget"
     }
-}
+}