Quick fix for empty recipe error. Changed deflate back to compression module

This commit is contained in:
d98762625 2018-04-09 15:21:09 +01:00
parent 76f27dbcdb
commit bbc580e71b
5 changed files with 9 additions and 7 deletions

View file

@ -28,7 +28,7 @@ class RawDeflate extends Operation {
super();
this.name = "Raw Deflate";
this.module = "Default";
this.module = "Compression";
this.description = "Compresses data using the deflate algorithm with no headers.";
this.inputType = "byteArray";
this.outputType = "byteArray";