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 d0fbc67 commit fa945d4Copy full SHA for fa945d4
src/extension/ui/src/utils/Files.ts
@@ -82,7 +82,7 @@ export const writeToPromptsVolume = async (
82
BUSYBOX,
83
"/bin/sh",
84
"-c",
85
- `\\"echo ${encode(content)} | base64 -d > ${filename}\\"`,
+ `'echo ${encode(content)} | base64 -d > ${filename}'`,
86
]);
87
};
88
@@ -99,6 +99,6 @@ export const writeToMount = async (
99
100
101
102
103
104
0 commit comments