Ver código fonte

Fix MNN node type (#416)

Lutz Roeder 5 anos atrás
pai
commit
d5759da557
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      source/mnn.js

+ 1 - 1
source/mnn.js

@@ -589,7 +589,7 @@ mnn.Utility = class {
                 return map.get(value);
             }
         }
-        return value;
+        return value.toString();
     }
 };