add comment

This commit is contained in:
[poww10s]
2020-11-28 03:58:52 -05:00
parent 1f1ac45b91
commit 08b9bced20
+1
View File
@@ -247,5 +247,6 @@ const parser = new Parser()
// converts patch object to dump format the system uses
function serialise(parser, object) {
// output object
console.log(parser.encode(object));
}