Skip to content

Commit

Permalink
fix warning by freezing export
Browse files Browse the repository at this point in the history
  • Loading branch information
phoddie committed Oct 12, 2020
1 parent 1c596de commit c59db41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/files/zip/zip.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ class Iterator @ "xs_zip_file_iterator_destructor" {
next() @ "xs_zip_file_iterator_next";
}

export default {
export default Object.freeze({
ZIP
};
});

0 comments on commit c59db41

Please sign in to comment.