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 a21c792 commit f542eb7Copy full SHA for f542eb7
ui/arduino/store.js
@@ -272,6 +272,7 @@ async function store(state, emitter) {
272
// Check if the current full path exists
273
let fullPathExists = false
274
if (openFile.source == 'board') {
275
+ await serial.get_prompt()
276
fullPathExists = await serial.fileExists(
277
serial.getFullPath(
278
state.boardNavigationRoot,
@@ -294,6 +295,7 @@ async function store(state, emitter) {
294
295
296
openFile.parentFolder = state.boardNavigationPath
297
// Check for overwrite
298
299
willOverwrite = await serial.fileExists(
300
301
0 commit comments