Skip to content

Commit

Permalink
revert dummy change
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkmm committed Dec 27, 2024
1 parent 2716e31 commit 7dc965b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/serialUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export const useWriteCommand = () => {
// reset start time for next iteration
startTime = Date.now();
}
console.log("FILE DONE 1");
console.log("FILE DONE");
setUpdateStatus(`File upload complete!`);

await write("fclose", false);
Expand Down

0 comments on commit 7dc965b

Please sign in to comment.