|
@@ -321,6 +321,7 @@ class FileConverter {
|
|
if( !sys.FileSystem.exists(fullOutPath) )
|
|
if( !sys.FileSystem.exists(fullOutPath) )
|
|
throw "Converted output file "+fullOutPath+" was not created";
|
|
throw "Converted output file "+fullOutPath+" was not created";
|
|
|
|
|
|
|
|
+ match.ver = conv.version;
|
|
match.time = time;
|
|
match.time = time;
|
|
match.hash = hash;
|
|
match.hash = hash;
|
|
saveCache();
|
|
saveCache();
|