We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b1e68 commit d567e5aCopy full SHA for d567e5a
bin/commands/runs.js
@@ -270,7 +270,6 @@ module.exports = function run(args, rawArgs) {
270
let npm_package_md5sum = await checkUploaded.checkPackageMd5(bsConfig.run_settings);
271
Object.assign(md5data, { npm_package_md5sum });
272
Object.assign(md5data, { zip_md5sum });
273
- process.exit(0);
274
}
275
276
//Package diff
0 commit comments