Not using the deprecated / broken api (assuming that it was working before)
Tento commit je obsažen v:
rodič
65407a29d0
revize
0bfb5bd0c8
2
index.js
2
index.js
@ -2,7 +2,7 @@
|
||||
"use strict";
|
||||
|
||||
function atob(str) {
|
||||
return new Buffer(str, 'base64').toString('utf8');
|
||||
return new Buffer(str).toString('base64');
|
||||
}
|
||||
|
||||
module.exports = atob;
|
||||
|
Načítá se…
x
Odkázat v novém úkolu
Zablokovat Uživatele