Skip to content

Commit

Permalink
Merge branch 'master' of github.com:zeit/micro-list
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Jun 23, 2016
2 parents 013f38a + 82aa3d0 commit 715047e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/list
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const server = micro(async (req, res) => {
let indexContent

try {
indexContent = await toPromise(fs.readFile)(indexPath)
indexContent = await toPromise(fs.readFile)(indexPath, 'utf8')
} catch (err) {
throw err
}
Expand Down

0 comments on commit 715047e

Please sign in to comment.