blueloveTH %!s(int64=2) %!d(string=hai) anos
pai
achega
f9cc6d602e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/error.cpp

+ 1 - 0
src/error.cpp

@@ -59,6 +59,7 @@ namespace pkpy{
             ss << st.top().snapshot() << '\n';
             st.pop();
         }
+        // TODO: allow users to override the behavior
         if (!msg.empty()) ss << type.sv() << ": " << msg;
         else ss << type.sv();
         return ss.str();