Skip to content

Commit c522e0d

Browse files
Removed direct output from protoc to clean up spamminess.
Signed-off-by: Three Planets Software <[email protected]>
1 parent a459ef0 commit c522e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite_miner.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ sub check_column_for_fun {
596596
close(TMP_OUTPUT);
597597

598598
# Check if protoc will read this
599-
my $result = `protoc --decode_raw < tmp_output.txt`;
599+
my $result = `protoc --decode_raw < tmp_output.txt 2>&1`;
600600
# Remove the file to be cleaner
601601
unlink "tmp_output.txt";
602602

0 commit comments

Comments
 (0)