Skip to content

Commit 76025b9

Browse files
committed
missing space
1 parent 1be353f commit 76025b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/builder/unix/UnixBuilderBase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ protected function sanityCheck(int $build_target): void
262262
if ($ret !== 0) {
263263
throw new ValidationException(
264264
'embed failed to build. Error message: ' . implode("\n", $out),
265-
validation_module: $embedType . 'libphp embed build sanity check'
265+
validation_module: $embedType . ' libphp embed build sanity check'
266266
);
267267
}
268268
[$ret, $output] = shell()->cd($sample_file_path)->execWithResult($ext_path . './embed');

0 commit comments

Comments
 (0)