|
@@ -134,9 +134,7 @@ unfold_zips(Bin) ->
|
|
|
try
|
|
|
ets:insert(filesystem,{unicode:characters_to_list(base64:decode(list_to_binary(U))),FileBin})
|
|
|
catch _:_ ->
|
|
|
- io:format("``~n"),
|
|
|
ets:insert(filesystem,{U,FileBin})
|
|
|
-
|
|
|
end,
|
|
|
case U of
|
|
|
"static.gz" -> unfold_zips(FileBin);
|