mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
missing space
This commit is contained in:
parent
1be353fd13
commit
76025b95c1
@ -262,7 +262,7 @@ abstract class UnixBuilderBase extends BuilderBase
|
|||||||
if ($ret !== 0) {
|
if ($ret !== 0) {
|
||||||
throw new ValidationException(
|
throw new ValidationException(
|
||||||
'embed failed to build. Error message: ' . implode("\n", $out),
|
'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');
|
[$ret, $output] = shell()->cd($sample_file_path)->execWithResult($ext_path . './embed');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user