compiler_vm: fix `diff` command

This commit is contained in:
Pragmatic Software 2019-07-10 12:39:19 -07:00
parent 7e095ee605
commit a1dcabf553
1 changed files with 2 additions and 0 deletions

View File

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