Skip to content

Commit ca0256b

Browse files
committed
Comment out a broken thing in wsz, please fix it later
1 parent eee4bf9 commit ca0256b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

src/programs/wsz/wsz.c

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@ void wsz(const char* args) {
2727
set_text_color(default_text_fg_color, default_text_bg_color);
2828
return;
2929
}
30-
31-
if (!ide_detect()) {
32-
set_text_color(COLOR_RED, COLOR_BLACK);
33-
print("Error: No IDE Master detected!\n");
34-
set_text_color(default_text_fg_color, default_text_bg_color);
35-
return;
36-
}
30+
31+
// TODO: fix this
32+
// if (!ide_detect()) {
33+
// set_text_color(COLOR_RED, COLOR_BLACK);
34+
// print("Error: No IDE Master detected!\n");
35+
// set_text_color(default_text_fg_color, default_text_bg_color);
36+
// return;
37+
// }
3738

3839
if (kstrlen(args) > 510) {
3940
set_text_color(COLOR_RED, COLOR_BLACK);

0 commit comments

Comments
 (0)