Skip to content

Commit

Permalink
fix: args
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Oct 22, 2024
1 parent 77331c9 commit b2109b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/http.php
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,7 @@ function (string $runtimeId, ?string $payload, string $path, string $method, mix
throw new Exception('Function timed out during cold start.', 400);
}

$status = Console::execute('nc -z ' . $hostname . ' 3000', $output, $errNo);
$status = Console::execute('nc -z ' . $hostname . ' 3000', '', '');
if ($status === 0) {
break;
}
Expand Down

0 comments on commit b2109b4

Please sign in to comment.