Skip to content

Commit 388c27a

Browse files
committed
fixup: add package name to error message
1 parent 06f5658 commit 388c27a

File tree

1 file changed

+1
-1
lines changed
  • packages/devtools-proxy-support/src

1 file changed

+1
-1
lines changed

packages/devtools-proxy-support/src/ssh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function ssh2(): typeof import('ssh2') {
1818
if (getFips()) {
1919
// ssh2 uses a WASM implementation of the non-FIPS-compliant Poly1305 hash algorithm
2020
throw new Error(
21-
'Using `ssh2` features in FIPS mode is currently not available'
21+
'devtools-proxy-support: Using `ssh2` features in FIPS mode is currently not available'
2222
);
2323
}
2424
// Lazily loading this package because it uses WebAssembly and therefore cannot

0 commit comments

Comments
 (0)