We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be353f commit 76025b9Copy full SHA for 76025b9
src/SPC/builder/unix/UnixBuilderBase.php
@@ -262,7 +262,7 @@ protected function sanityCheck(int $build_target): void
262
if ($ret !== 0) {
263
throw new ValidationException(
264
'embed failed to build. Error message: ' . implode("\n", $out),
265
- validation_module: $embedType . 'libphp embed build sanity check'
+ validation_module: $embedType . ' libphp embed build sanity check'
266
);
267
}
268
[$ret, $output] = shell()->cd($sample_file_path)->execWithResult($ext_path . './embed');
0 commit comments