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 9b1bff1 commit a4ec74aCopy full SHA for a4ec74a
meta/gensaiprotorpc.pl
@@ -198,7 +198,7 @@
198
199
say colored( 'Generating ProtoBuf files...', 'bold blue' );
200
chdir $gen_dir;
201
-system('protoc --cpp_out=. --proto_path=.. sai.proto') == 0 or die colored("Command failed: $!", "red");
+system('protoc --cpp_out=. --proto_path=.. sai.proto') == 0 or die colored("Command failed: $!", "red");
202
chdir $run_dir;
203
204
0 commit comments