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.
null
cleanCharacters
1 parent 80a51d6 commit 55ceed8Copy full SHA for 55ceed8
ui/arduino/store.js
@@ -166,7 +166,7 @@ function store(state, emitter) {
166
let editor = state.cache(AceEditor, 'editor').editor
167
let contents = cleanCharacters(editor.getValue())
168
editor.setValue(contents)
169
- let filename = cleanCharacters(state.selectedFile) || 'undefined'
+ let filename = cleanCharacters(state.selectedFile || 'undefined')
170
let deviceName = getDeviceName(state.selectedDevice)
171
172
state.blocking = true
0 commit comments