forrest-app / forrest

An npm scripts desktop client
MIT License
341 stars 33 forks source link

Can’t »close« a certain custom script #81

Closed mischah closed 8 years ago

mischah commented 8 years ago

There is one custom script where the close button don’t work: forrest

It’s start:dev. All other are working propely.

"scripts": {
    "start": "node server.js",
    "start:dev": "nodemon server.js",
    "test": "lab -v -c -L",
    "coverage": "lab -v -c -r html -o ./test/artifacts/coverage.html && open ./test/artifacts/coverage.html",
    "coveralls": "lab -r lcov | ./node_modules/.bin/coveralls"
  },