Spaces:
Runtime error
Runtime error
Update src/containers/tw-restore-point-manager.jsx
Browse files
src/containers/tw-restore-point-manager.jsx
CHANGED
@@ -208,7 +208,7 @@ class TWRestorePointManager extends React.Component {
|
|
208 |
});
|
209 |
|
210 |
const blob = new Blob([arrayBuffer], { type: "application/x.scratch.sb3" });
|
211 |
-
downloadBlob("restore-point.
|
212 |
})
|
213 |
.catch(error => {
|
214 |
log.error(error);
|
|
|
208 |
});
|
209 |
|
210 |
const blob = new Blob([arrayBuffer], { type: "application/x.scratch.sb3" });
|
211 |
+
downloadBlob("restore-point.s4s.txt", blob);
|
212 |
})
|
213 |
.catch(error => {
|
214 |
log.error(error);
|