Fix promise

This commit is contained in:
Marco Gario
2020-12-10 14:23:06 +01:00
parent f06ee229b0
commit 36ee436bbc
3 changed files with 7 additions and 3 deletions
+3 -1
View File
@@ -7,5 +7,7 @@ const dbPath = process.argv[2];
const logger = logging_1.getRunnerLogger(true);
/* TODO: Do we need to unboundle here or before? */
const stableHash = hash_inputs_1.DatabaseHash(languages_1.Language.javascript, dbPath, logger);
logger.info(`stableHash: ${stableHash}`);
stableHash.then(function (v) {
logger.info(`stableHash: ${v}`);
});
//# sourceMappingURL=dbhash_cli.js.map