FWeinb / node-osascript

Use AppleScript from node
68 stars 9 forks source link

enable kill child process #14

Closed AckerApple closed 5 years ago

AckerApple commented 6 years ago

I need the ability to abort an AppleScript.

For me, I have an always running AppleScript process governed by node-osascript and at times I need to kill the AppleScript while keeping the node process alive.

For most others, this pull request allows them to have a timeout

Updated the README

Thank you much for this great package.

AckerApple commented 5 years ago

Anyone? Can we get this pulled and published?

FWeinb commented 5 years ago

Was in the middle of writing my bachelor's thesis. Will release it as 2.1.0 because this is a new feature.

AckerApple commented 5 years ago

Fantastic! Thank you much. I’ve been running off my fork for the meantime so no big deal.

AckerApple commented 5 years ago

Please publish to npm when you get a chance

FWeinb commented 5 years ago

Released in 2.1.0

AckerApple commented 5 years ago

NPM has a delay I suppose. I don’t see the new version yet. This has been happening with my own packages over the last couple weeks.

It’ll update soon I’m sure