We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c02af commit d06cb31Copy full SHA for d06cb31
2 files changed
lib/commands/generate/ssh/decrypt.js
@@ -1,5 +1,5 @@
1
-import { pipeline } from "node:stream";
2
import { decryptSsh } from "#core/crypto";
+import { pipeline } from "#core/stream";
3
import Command from "#lib/command";
4
5
export default class extends Command {
lib/commands/generate/ssh/encrypt.js
@@ -1,4 +1,4 @@
+import { pipeline } from "#code/stream";
import { encryptSsh } from "#core/crypto";
0 commit comments