We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2bde6 commit 3dd0ed7Copy full SHA for 3dd0ed7
src/operators/inspect_file.cc
@@ -67,7 +67,7 @@ bool InspectFile::evaluate(Transaction *transaction, const std::string &str) {
67
s << buff;
68
}
69
70
- pclose(in);
+ //pclose(in);
71
72
res.append(s.str());
73
if (res.size() > 1 && res.at(0) != '1') {
0 commit comments