finish end

This commit is contained in:
rkiel
2019-07-20 08:11:08 -04:00
parent 2443a88ad7
commit 438416bd41
4 changed files with 66 additions and 50 deletions

View File

@@ -25,7 +25,7 @@ function toPromise(dp) {
}
function echo(dp) {
console.log(JSON.stringify(dp));
console.log(JSON.stringify(dp, null, 2));
return dp;
}
@@ -38,7 +38,8 @@ lib = {
parse,
featureName,
prefix,
start
start,
echo
};
module.exports = lib;