revert false assumption
This commit is contained in:
parent
9f311984ac
commit
c2f809f9cf
3
dist/smartfile.fs.js
vendored
3
dist/smartfile.fs.js
vendored
File diff suppressed because one or more lines are too long
@ -205,7 +205,6 @@ export let toObjectSync = function (filePathArg, fileTypeArg?) {
|
|||||||
*/
|
*/
|
||||||
export let toStringSync = function (filePath: string): string {
|
export let toStringSync = function (filePath: string): string {
|
||||||
let fileString: any = plugins.fsExtra.readFileSync(filePath, 'utf8')
|
let fileString: any = plugins.fsExtra.readFileSync(filePath, 'utf8')
|
||||||
fileString = `${fileString}`
|
|
||||||
return fileString
|
return fileString
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user