Skip to content

Commit 53c845e

Browse files
authored
removed abort
1 parent b915b2e commit 53c845e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/arduino.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ function! arduino#Serial() abort
600600
call arduino#RunCmd(cmd)
601601
endfunction
602602

603-
function! arduino#UploadAndSerial() abort
603+
function! arduino#UploadAndSerial()
604604
" Since 'terminal!' is non-blocking '!' must be used to provide this functionality
605605
let termBackup = s:TERM
606606
let s:TERM = '!'

0 commit comments

Comments
 (0)