File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ) , {
Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments