Skip to content

Commit 19c8eb5

Browse files
Minor: Adding comment
1 parent d567e5a commit 19c8eb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/commands/runs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ module.exports = function run(args, rawArgs) {
266266
let node_modules_size = await utils.fetchFolderSize(path.join(process.cwd(), "node_modules"));
267267

268268
if (Constants.turboScaleObj.enabled) {
269+
// Note: Calculating md5 here for turboscale force-upload so that we don't need to re-calculate at hub
269270
let zip_md5sum = await checkUploaded.checkSpecsMd5(bsConfig.run_settings, args, {markBlockStart, markBlockEnd});
270271
let npm_package_md5sum = await checkUploaded.checkPackageMd5(bsConfig.run_settings);
271272
Object.assign(md5data, { npm_package_md5sum });

0 commit comments

Comments
 (0)