soiz1 commited on
Commit
2755304
·
verified ·
1 Parent(s): 93177b8

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.pmp", blob);
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);