| tag | 5e987e503598cdb8cf1d424b1a38edbb638179dd | |
|---|---|---|
| tagger | Nick Vatamaniuc <vatamane@apache.org> | Sat Sep 14 12:58:51 2024 -0400 |
| object | 9ba4d31e56dacf253e5ce1fa8051eacea6728cc0 |
Version 3.4.0-RC2
| commit | 9ba4d31e56dacf253e5ce1fa8051eacea6728cc0 | [log] [tgz] |
|---|---|---|
| author | Nick Vatamaniuc <vatamane@apache.org> | Sat Sep 14 07:42:36 2024 -0400 |
| committer | Nick Vatamaniuc <nickva@users.noreply.github.com> | Sat Sep 14 10:01:10 2024 -0400 |
| tree | ec93c7d02fecd5db61e5869c2673261780bfbd4c | |
| parent | 902d973c3fc9d6c4ab1c3eb5743d517bfbfbb1a7 [diff] |
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.