missing space

This commit is contained in:
henderkes 2026-01-03 16:46:14 +01:00
parent 1be353fd13
commit 76025b95c1

View File

@ -262,7 +262,7 @@ abstract class UnixBuilderBase extends BuilderBase
if ($ret !== 0) {
throw new ValidationException(
'embed failed to build. Error message: ' . implode("\n", $out),
validation_module: $embedType . 'libphp embed build sanity check'
validation_module: $embedType . ' libphp embed build sanity check'
);
}
[$ret, $output] = shell()->cd($sample_file_path)->execWithResult($ext_path . './embed');