forked from xxq250/Nasal-Interpreter
✨ finish basic function of repl
This commit is contained in:
@@ -237,7 +237,8 @@ void dbg::run(
|
||||
const std::vector<std::string>& argv,
|
||||
bool profile,
|
||||
bool show_all_prof_result) {
|
||||
verbose = true;
|
||||
|
||||
set_detail_report_info(true);
|
||||
do_profiling = profile || show_all_prof_result;
|
||||
|
||||
const auto& file_list = linker.get_file_list();
|
||||
|
||||
Reference in New Issue
Block a user