We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f5658 commit 388c27aCopy full SHA for 388c27a
packages/devtools-proxy-support/src/ssh.ts
@@ -18,7 +18,7 @@ function ssh2(): typeof import('ssh2') {
18
if (getFips()) {
19
// ssh2 uses a WASM implementation of the non-FIPS-compliant Poly1305 hash algorithm
20
throw new Error(
21
- 'Using `ssh2` features in FIPS mode is currently not available'
+ 'devtools-proxy-support: Using `ssh2` features in FIPS mode is currently not available'
22
);
23
}
24
// Lazily loading this package because it uses WebAssembly and therefore cannot
0 commit comments