Skip to content

Commit d37591f

Browse files
fix tsc
1 parent 948acb2 commit d37591f

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)