Make comment more verbose

This commit is contained in:
Starbeamrainbowlabs 2019-03-02 13:32:35 +00:00
parent d6c56feb1d
commit 9f9ee73dd4
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ foreach($module_list as $module)
);
// Pack the extra files
// Pack the extra files that were downloaded in build.php
foreach($module->extra_data as $filepath_pack => $extra_data_item) {
if(is_string($extra_data_item)) {
// TODO: Test whether this works for urls. If not, then we'll need to implement a workaround