Followup from #1013 (#1015)

diff --git a/emsdk.py b/emsdk.py
index 293218a..c4fc19b 100644
--- a/emsdk.py
+++ b/emsdk.py
@@ -1968,7 +1968,7 @@
     elif url.endswith(ARCHIVE_SUFFIXES):
       success = download_and_unzip(url, self.installation_path(), filename_prefix=getattr(self, 'zipfile_prefix', ''))
     else:
-      assert False
+      assert False, 'unhandled url type: ' + url
 
     if not success:
       exit_with_error("installation failed!")