Trying new approach
This commit is contained in:
@ -75,7 +75,7 @@ bool edit_file(const std::string &file_path, bool has_bb64)
|
||||
std::cout << "Editing file: " << file_path << std::endl;
|
||||
|
||||
if (has_bb64) {
|
||||
return execute_local_command(editor_cmd, nullptr, cMode::Interactive);
|
||||
return execute_local_command("", editor_cmd, {}, nullptr, cMode::Interactive);
|
||||
}
|
||||
else {
|
||||
// might not have bb64 at this early stage. Direct edit.
|
||||
|
Reference in New Issue
Block a user