diff --git a/swaybar/main.c b/swaybar/main.c
index fc44d3afc..cd0bf0d34 100644
--- a/swaybar/main.c
+++ b/swaybar/main.c
@@ -137,7 +137,7 @@ void ipc_update_workspaces() {
 		json_object *ws_json = json_object_array_get_idx(results, i);
 		json_object *num, *name, *visible, *focused, *out, *urgent;
 		if (!ws_json) {
-			continue;
+			return;
 		}
 		json_object_object_get_ex(ws_json, "num", &num);
 		json_object_object_get_ex(ws_json, "name", &name);