mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 13:59:47 +01:00
compiler_vm: fix diff
command
This commit is contained in:
parent
7e095ee605
commit
a1dcabf553
@ -10,6 +10,8 @@ use strict;
|
||||
use File::Basename;
|
||||
use JSON;
|
||||
|
||||
use lib '.';
|
||||
|
||||
my $json = join ' ', @ARGV;
|
||||
my $h = decode_json $json;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user