Commit 8e5de936 authored by Biluo Shen's avatar Biluo Shen

Don't throw when spec not found

parent 521b4a2e
......@@ -2013,7 +2013,7 @@ private:
for (auto &[k, v] : spec2index) {
fmt::println("{}: {}", k, v);
}
throw std::runtime_error("Spec not found: " + spec);
// throw std::runtime_error("Spec not found: " + spec);
idx = 1;
} else {
idx = it->second;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment