Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/refined-github/refined-github
/ options-preflight.js
File
options-preflight.js
source/options-preflight.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
function
appendError(error) {
2
// eslint-disable-next-line select-dom/prefer -- No build here
3
document.querySelector(
'#js-failed'
).append(
'\n'
, error);
4
}
Callers
nothing calls this directly
Calls
1
appendError
Function · 0.85
Tested by
no test coverage detected