From 1e7bdf88d17417ef93b7b13db08b970215db11e5 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 22 Feb 2022 18:50:51 +0100 Subject: [PATCH] wip #5120 --- src/Index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Index.php b/src/Index.php index ae657aa..e3a8ec3 100644 --- a/src/Index.php +++ b/src/Index.php @@ -70,7 +70,7 @@ class Index implements ShouldQueue, ShouldBeUnique } $tmp = Files::tempnam(); file_put_contents($tmp, json_encode($res)); - $cl = new CommandLine('nodejs'); + $cl = new CommandLine('node'); $cl->cd(__DIR__ . '/../'); $cl->setArg(null, 'js/index.js'); $cl->setArg(null, $tmp); -- 2.39.5