diff --git a/packages/highs-addon/src/solver.cc b/packages/highs-addon/src/solver.cc index dbe8c9c..7bcca16 100644 --- a/packages/highs-addon/src/solver.cc +++ b/packages/highs-addon/src/solver.cc @@ -364,7 +364,7 @@ void Solver::AddRows(const Napi::CallbackInfo& info) { vals.Data() ); if (status != HighsStatus::kOk) { - ThrowError(env, "Change columns cost failed"); + ThrowError(env, "Adding rows failed"); return; } }