Lutz Roeder %!s(int64=3) %!d(string=hai) anos
pai
achega
7649943087
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      source/tf.js

+ 1 - 1
source/tf.js

@@ -1135,7 +1135,7 @@ tf.Attribute = class {
                 break;
             }
             default: {
-                throw new tf.Error("Unknown attribute value type '" + JSON.stringify(value.value) + "'.");
+                throw new tf.Error("Unknown attribute value type '" + JSON.stringify(value).substring(0, 32) + "'.");
             }
         }
         if (schema) {