Skip to content

Commit 5ba628d

Browse files
committed
Update to save
1 parent 4bf0daf commit 5ba628d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dev-dist/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ define(['./workbox-d9a5ed57'], (function (workbox) { 'use strict';
9191
"revision": "3ca0b8505b4bec776b69afdba2768812"
9292
}, {
9393
"url": "index.html",
94-
"revision": "0.lkfokm3heeg"
94+
"revision": "0.3ahe89j3r98"
9595
}], {});
9696
workbox.cleanupOutdatedCaches();
9797
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ async function exportCode() {
494494

495495
const json = Blockly.serialization.workspaces.save(workspace);
496496

497-
const jsonString = JSON.stringify(validatedJson, null, 2); // Pretty-print the JSON
497+
const jsonString = JSON.stringify(json, null, 2); // Pretty-print the JSON
498498

499499
// Use File System Access API if available
500500
if ("showSaveFilePicker" in window) {

0 commit comments

Comments
 (0)