You know things are on life support when the absolute paths get whipped out.
This commit is contained in:
parent
a482719a32
commit
7805bbae68
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ final class WebLookup implements \Uiharu\ILookup {
|
|||
// and i'm not about to rewrite this whole fucking thing in nodejs
|
||||
// also at this point Index should probably provide a wrapper for proc_open lol
|
||||
$extract = proc_open(
|
||||
sprintf('node %s/extract.mjs', UIH_ROOT),
|
||||
sprintf('/opt/nodejs/bin/node %s/extract.mjs', UIH_ROOT),
|
||||
[0 => ['pipe', 'r'], 1 => ['pipe', 'w'], 2 => ['pipe', 'w']],
|
||||
$pipes
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue