mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
chore(cloudfunc) utf-8 -> utf8
This commit is contained in:
parent
caa368333b
commit
84efd8a2fd
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
|||
})
|
||||
.concat(EXPECT_PATH);
|
||||
|
||||
files.read(filesList, 'utf-8', function(errors, files) {
|
||||
files.read(filesList, 'utf8', function(errors, files) {
|
||||
var isNotOk, expect, result,
|
||||
i = 0,
|
||||
template = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue