MCPcopy
hub / github.com/InkTimeRecord/TTime / errorInOptions

Method errorInOptions

src/renderer/src/utils/messageExtend.ts:52–61  ·  view source on GitHub ↗
(message, options)

Source from the content-addressed store, hash-verified

50 }
51
52 static errorInOptions(message, options): void {
53 setTimeout(() => {
54 ElMessage({
55 type: 'error',
56 message: message,
57 ...options
58 })
59 ElMessageExtend.expand()
60 }, 100)
61 }
62}
63
64export default ElMessageExtend

Callers 2

request.tsFile · 0.80
errorMethod · 0.80

Calls 1

expandMethod · 0.80

Tested by

no test coverage detected