MCPcopy Create free account
hub / github.com/Bistutu/GoMusic / _sendErrorMessage

Function _sendErrorMessage

static/src/utils/tip.js:5–7  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

3const prefix = "";
4
5function _sendErrorMessage(message) {
6 ElMessage({message: prefix + message, type: 'error'});
7}
8
9function _sendSuccessMessage(message) {
10 ElMessage({message: prefix + message, type: 'success'});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected