Skip to content
This repository was archived by the owner on Feb 4, 2024. It is now read-only.

Commit 1c0bbe9

Browse files
committed
More comments
1 parent c3f6163 commit 1c0bbe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if (console_port === undefined) {
4242
const app = express();
4343
app.set('view engine', 'ejs');
4444

45-
//Initialize Exit Options
45+
//Initialize Exit Options (for Testing Environments)
4646
let exitOpt = require('./config/exitOpt.js');
4747
setTimeout(exitOpt.testCheck, 3000);
4848

0 commit comments

Comments
 (0)