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 17bc255 commit 9f8fc5aCopy full SHA for 9f8fc5a
ui/arduino/store.js
@@ -487,7 +487,7 @@ function store(state, emitter) {
487
contents,
488
(e) => emitter.emit('message', `Saving ${filename} on ${deviceName}. ${e}`)
489
)
490
- await serial.renameFile(oldPath, filename)
+ await serial.renameFile(oldPath, state.serialNavigation + '/' + filename)
491
} else {
492
const newPath = cleanPath(state.serialNavigation + '/' + filename)
493
// If old name doesn't exist create new file
0 commit comments