Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Add proper process.exit call
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Cauchois committed Feb 8, 2018
1 parent 9bb3337 commit aa3f659
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion iothub-diagnostics.js
Expand Up @@ -38,4 +38,6 @@ async.series([
require('./iothubtests').run(process.argv[2], done);
}
}
]);
], function () {
process.exit(0);
});

0 comments on commit aa3f659

Please sign in to comment.