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

compiler_vm: fix diff command

This commit is contained in:
Pragmatic Software 2019-07-10 12:39:19 -07:00
parent 7e095ee605
commit a1dcabf553

View File

@ -10,6 +10,8 @@ use strict;
use File::Basename;
use JSON;
use lib '.';
my $json = join ' ', @ARGV;
my $h = decode_json $json;