Variables

const debugSession = {
nowListening: 'Dani California - Red Hot Chili Peppers',
levelOfCoffe: 'low',
bugsFixedToday: 1,
yearsOfExperience: 10,
status: 'running'
};

Call Stack

RequestController.handle (app.ts:45)
Middleware.logger (middleware.ts:12)
Server.listen (index.ts:102)
Object.wait (native)
main
00