No longer serialize binary blobs as data URLs
This commit is contained in:
@@ -57,8 +57,7 @@ export async function updatePlugsCommand() {
|
||||
// console.log("Writing", `_plug/${plugName}.plug.js`, workerCode);
|
||||
await space.writeAttachment(
|
||||
`_plug/${plugName}.plug.js`,
|
||||
"utf8",
|
||||
workerCode,
|
||||
new TextEncoder().encode(workerCode),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user