dump basics to stdout on other platforms

This commit is contained in:
Grant Limberg
2020-09-15 16:50:55 -07:00
parent 927aeb15f6
commit 5090e95003

View File

@@ -1149,6 +1149,8 @@ static int cli(int argc,char **argv)
}
write(fd, dump.str().c_str(), dump.str().size());
close(fd);
#else
fprintf(stderr, "%s", dump.str().c_str());
#endif
// fprintf(stderr, "%s\n", dump.str().c_str());