You know things are on life support when the absolute paths get whipped out.

This commit is contained in:
flash 2025-04-14 14:58:41 +00:00
parent a482719a32
commit 7805bbae68
Signed by: flash
GPG key ID: 2C9C2C574D47FE3E

View file

@ -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
);