UNPKG

mano

Version:

Web application framework

7 lines (5 loc) 154 B
'use strict'; module.exports = function (error) { if (error.fieldName == null) return error.message; return error.fieldName + ': ' + error.message; };