Skip to content

Commit

Permalink
fix: return
Browse files Browse the repository at this point in the history
  • Loading branch information
vansangpfiev committed Aug 29, 2024
1 parent 0e7e1e0 commit 1e980cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/commands/engine_init_cmd.cc
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ bool EngineInitCmd::Exec() const {
LOG_INFO << "Finished!";
});

return false;
return true;
}
}
} catch (const json::parse_error& e) {
Expand Down

0 comments on commit 1e980cb

Please sign in to comment.