mirror of
https://github.com/github/codeql-action.git
synced 2026-05-08 14:50:21 +00:00
Fix promise
This commit is contained in:
Generated
+3
-1
@@ -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
|
||||
Reference in New Issue
Block a user