3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-01 17:16:39 +02:00

compiler_vm: restore default serial TCP port

This commit is contained in:
Pragmatic Software 2022-02-06 20:13:13 -08:00
parent f9afda0580
commit f4a665ef5d

View File

@ -21,7 +21,7 @@ use FindBin qw($RealBin);
use lib "$RealBin/../lib";
use constant {
SERIAL_PORT => $ENV{PBOTVM_SERIAL} // 4445,
SERIAL_PORT => $ENV{PBOTVM_SERIAL} // 5555,
};
my $json = join ' ', @ARGV;