static LS hotwire_libraryIDsFromJar_deleteJarOnFail(File jar) { try { ret hotwire_libraryIDsFromJar(jar); } on fail { jar.delete(); } }