Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
auxves authored and shanalikhan committed Jun 19, 2019
1 parent 51bbcf6 commit d0002f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,8 @@ export class Sync {
}
}
);
} catch (extensions) {
addedExtensions = extensions;
} catch (err) {
throw new Error(err);
}
}
} else {
Expand Down

0 comments on commit d0002f2

Please sign in to comment.