std.Io.Threaded: fix typo in panic message

This commit is contained in:
Andrew Kelley 2025-10-27 22:21:07 -07:00
parent 94b9874981
commit f5870b267e

View File

@ -1226,7 +1226,7 @@ fn dirMakeOpenPathWasi(
_ = dir;
_ = sub_path;
_ = mode;
@panic("TODO implement dirMakeOpenPathWindows");
@panic("TODO implement dirMakeOpenPathWasi");
}
fn dirStat(userdata: ?*anyopaque, dir: Io.Dir) Io.Dir.StatError!Io.Dir.Stat {