Skip to content

Commit ce4cbcc

Browse files
fix
1 parent b91cb6f commit ce4cbcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/registry/domain/repository.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ module.exports = function(conf) {
321321
return callback({
322322
code: strings.errors.registry.COMPONENT_PUBLISHVALIDATION_FAIL_CODE,
323323
msg: strings.errors.registry.COMPONENT_PUBLISHVALIDATION_FAIL(
324-
validationResult.error
324+
String(validationResult.error)
325325
)
326326
});
327327
}

0 commit comments

Comments
 (0)