Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
fix: Windows download issue, an attempt to squash it!
Browse files Browse the repository at this point in the history
  • Loading branch information
okdistribute committed Feb 20, 2020
1 parent 9cb8f7f commit dd270f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/actions/dat-middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export default class DatMiddleware {
this.dispatch({ type: 'ADD_DAT_SUCCESS', key })
this.dispatch({ type: 'DAT_WRITABLE', key, writable: dat.writable })

dat.archive.readFile('/dat.json', (err, blob) => {
dat.archive.readFile('dat.json', (err, blob) => {
if (err) return

let metadata = {}
Expand Down

0 comments on commit dd270f1

Please # to comment.