Skip to content

Commit 17bc255

Browse files
committed
Improve message
1 parent 1648e6a commit 17bc255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/arduino/store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ function store(state, emitter) {
478478
}
479479

480480
if (confirmation) {
481-
emitter.emit('message', `Saving.`)
481+
emitter.emit('message', `Saving ${filename} on ${deviceName}.`)
482482
if (state.serialFiles.find(f => f.path === oldFilename)) {
483483
const oldPath = cleanPath(state.serialNavigation + '/' + oldFilename)
484484
// If old name exists, save old file and rename

0 commit comments

Comments
 (0)