multihack / multihack-brackets

Realtime collaboration for programmers. (Brackets Extension)
MIT License
24 stars 9 forks source link

Fetch code only syncs file names #10

Closed mariansauter closed 7 years ago

mariansauter commented 7 years ago

The Fetch Code function to fetch the initial code only catches the file names but the files are empty. (fetc Code works in multihack web)

t-mullen commented 7 years ago

Hi @mariansauter! I'll look into this.

Are you fetching from web-->brackets or brackets-->brackets?

mariansauter commented 7 years ago

Hi! Getting code

brackets --> web works perfectly fine but

brackets -->brackets does not work

t-mullen commented 7 years ago

Files were being stored in Bracket's internal memory instead of being written to disk.

Update and everything should work.