We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd64f6 commit 4b591deCopy full SHA for 4b591de
src/js/tabs/onboard_logging.js
@@ -537,7 +537,7 @@ onboard_logging.initialize = function (callback) {
537
nextAddress += self.blockSize; // Move to next block
538
simpleRetryCount = 0; // reset counter for next block
539
540
- if (nextAddress >= maxBytes) {
+ if (saveCancelled || nextAddress >= maxBytes) {
541
mark_saving_dialog_done(startTime, nextAddress, totalBytesCompressed);
542
FileSystem.closeFile(openedFile);
543
} else {
0 commit comments