miijs 1.5.2 → 1.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -805,7 +805,7 @@ module.exports={
|
|
|
805
805
|
temp2=getBinaryFromAddress(0x47);
|
|
806
806
|
miiJson.mole.xPos=parseInt(temp2.slice(6,8)+temp.slice(0,3),2);
|
|
807
807
|
miiJson.mole.yPos=parseInt(temp2.slice(1,6),2);
|
|
808
|
-
|
|
808
|
+
fs.unlinkSync("./decryptedTemp.3dMii");
|
|
809
809
|
return miiJson;
|
|
810
810
|
}
|
|
811
811
|
var data=fs.readFileSync(qrPath);
|