Version 3.4.0-RC2
Quote QuickJS path

We used to quote the spawnkiller path like this to handle spaces in paths:

```
 "\"" ++ filename:join(PrivDir, "couchspawnkillable") ++ "\""
```

So we stick with the same pattern here as well for QuickJS path.
2 files changed