Skip to content

Commit

Permalink
Merge branch 'master' of github.com:AndiDittrich/NodeMCU-Tool
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiDittrich committed Feb 17, 2021
2 parents d967c00 + f160e0a commit 9499957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/connector/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async function download(remoteName){

// close remote file for read
try{
({response} = await _virtualTerminal.executeCommand(_luaCommandBuilder.fileClose));
({response} = await _virtualTerminal.executeCommand(_luaCommandBuilder.command.fileClose));
}catch(e){
_logger.debug(e);
throw new Error('Cannot close remote file "' + remoteName + '"');
Expand Down

0 comments on commit 9499957

Please sign in to comment.