Skip to content

Commit dd10e14

Browse files
authored
Followup from #1013 (#1015)
1 parent 1b1f5f2 commit dd10e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emsdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1968,7 +1968,7 @@ def install_tool(self):
19681968
elif url.endswith(ARCHIVE_SUFFIXES):
19691969
success = download_and_unzip(url, self.installation_path(), filename_prefix=getattr(self, 'zipfile_prefix', ''))
19701970
else:
1971-
assert False
1971+
assert False, 'unhandled url type: ' + url
19721972

19731973
if not success:
19741974
exit_with_error("installation failed!")

0 commit comments

Comments
 (0)