Lutz Roeder il y a 3 ans
Parent
commit
7649943087
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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) {