fixed mixup of atob / btoa
这个提交包含在:
父节点
aacae887e8
当前提交
65407a29d0
2
index.js
2
index.js
@ -2,7 +2,7 @@
|
||||
"use strict";
|
||||
|
||||
function atob(str) {
|
||||
return new Buffer(str, 'utf8').toString('base64');
|
||||
return new Buffer(str, 'base64').toString('utf8');
|
||||
}
|
||||
|
||||
module.exports = atob;
|
||||
|
||||
正在加载...
x
在新工单中引用
屏蔽一个用户