Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PenguLoader/PenguLoader
/ error
Function
error
plugins/src/views/components/Toaster.tsx:14–16 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
12
},
13
14
error(message) {
15
toast.error(message, options)
16
},
17
18
promise(promise, msg) {
19
return toast.promise(promise, msg, options);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected