Blame view

天文台pc/tianwentai-ui/node_modules/motion-utils/dist/es/format-error-message.mjs 296 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
8
  function formatErrorMessage(message, errorCode) {
      return errorCode
          ? `${message}. For more information and steps for solving, visit https://motion.dev/troubleshooting/${errorCode}`
          : message;
  }
  
  export { formatErrorMessage };
  //# sourceMappingURL=format-error-message.mjs.map