Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ replError
Function
replError
valdi/vscode_debugger/src/dap/errors.ts:159–159 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
157
);
158
159
export
const
replError = (message: string) => createSilentError(message, ErrorCodes.ReplError);
160
161
export
const
browserNotFound = (
162
browserType: string,
Callers
nothing calls this directly
Calls
1
createSilentError
Function · 0.85
Tested by
no test coverage detected