revert false assumption

This commit is contained in:
Philipp Kunz 2017-05-02 00:07:39 +02:00
parent 9f311984ac
commit c2f809f9cf
2 changed files with 1 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -205,7 +205,6 @@ export let toObjectSync = function (filePathArg, fileTypeArg?) {
*/
export let toStringSync = function (filePath: string): string {
let fileString: any = plugins.fsExtra.readFileSync(filePath, 'utf8')
fileString = `${fileString}`
return fileString
}