Skip to content

Commit

Permalink
Merge pull request #9 from derkalaender/master
Browse files Browse the repository at this point in the history
Reload PremiereAHK with another Extension
  • Loading branch information
sebinside authored Oct 4, 2018
2 parents b4d236f + fd59209 commit 3fb43c7
Show file tree
Hide file tree
Showing 5 changed files with 598 additions and 46 deletions.
5 changes: 5 additions & 0 deletions client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ function init() {
const value = endpoints[key];
router.get('/' + key, function(req, res) {

if (value.functionName === "killApp") {
res.json({ message: 'ok.' });
csInterface.closeExtension();
}

// Count request query parameters
let propertyCount = 0;
for (const propName in req.query) {
Expand Down
Loading

0 comments on commit 3fb43c7

Please sign in to comment.