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

Method warning

src/renderer/src/utils/messageExtend.ts:37–45  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

35 }
36
37 static warning(message) {
38 setTimeout(() => {
39 ElMessage({
40 type: 'warning',
41 message: message
42 })
43 ElMessageExtend.expand()
44 }, 100)
45 }
46
47 static error(message): void {
48 ElMessageExtend.errorInOptions(message, {})

Callers 1

textWriteShearPlateFunction · 0.80

Calls 1

expandMethod · 0.80

Tested by

no test coverage detected