Skip to content

Commit ae1e383

Browse files
committed
fix: remove comment
1 parent ae57ad1 commit ae1e383

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/runtime/src/templates/edge/next-dev.js

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ const handler = async (req, context) => {
3838
const nextMiddleware = await import(`../../middleware.js#${idx++}`)
3939
middleware = nextMiddleware.middleware
4040
} catch (importError) {
41-
// Error message is `Module not found "file://<path>/middleware.js#123456".` in Deno
4241
if (importError.code === 'ERR_MODULE_NOT_FOUND' && importError.message.includes(`middleware.js`)) {
4342
// No middleware, so we silently return
4443
return

0 commit comments

Comments
 (0)