Skip to content

Commit 8cec19c

Browse files
author
Clinton D'Annolfo
committed
bump npm version
1 parent 934b99f commit 8cec19c

File tree

2 files changed

+23576
-454
lines changed

2 files changed

+23576
-454
lines changed

healthcheck.js

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ var options = {
1010

1111
var request = http.request(options, (res) => {
1212
console.log(`STATUS: ${res.statusCode}`);
13+
1314
if (res.statusCode == 200) {
1415
process.exit(0);
1516
} else {

0 commit comments

Comments
 (0)