cleanup: typos and remove commented out code (#36573)

This commit is contained in:
xyozio
2019-08-09 21:27:26 +03:00
committed by mrugesh
parent 5db1f0d4c4
commit 657a5e2c16
6 changed files with 7 additions and 16 deletions

View File

@@ -40,7 +40,7 @@ const logOnce = createLogOnce();
boot(app, __dirname, err => {
if (err) {
// rethrowing the error here bacause any error thrown in the boot stage
// rethrowing the error here because any error thrown in the boot stage
// is silent
logOnce('The below error was thrown in the boot stage');
throw err;