app.get('/', (req, res) => { throw new Error('BROKEN') // Express will catch this on its own. }) · app.get('/', (req, res, next) => { fs.readFile('/file-does-not ...
確定! 回上一頁