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 1648e6a commit 17bc255Copy full SHA for 17bc255
ui/arduino/store.js
@@ -478,7 +478,7 @@ function store(state, emitter) {
478
}
479
480
if (confirmation) {
481
- emitter.emit('message', `Saving.`)
+ emitter.emit('message', `Saving ${filename} on ${deviceName}.`)
482
if (state.serialFiles.find(f => f.path === oldFilename)) {
483
const oldPath = cleanPath(state.serialNavigation + '/' + oldFilename)
484
// If old name exists, save old file and rename
0 commit comments