Mission Control Dashboard - Initial implementation
This commit is contained in:
8
node_modules/motion-utils/dist/es/format-error-message.mjs
generated
vendored
Normal file
8
node_modules/motion-utils/dist/es/format-error-message.mjs
generated
vendored
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user