Skip to content

Commit

Permalink
add missing semi colon
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner authored Apr 14, 2020
1 parent 5ae5c4f commit cbc6c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export = function getMiddleware(watcher: Watcher, options: MiddlewareOptions = {
}

try {
await watcher.currentBuild
await watcher.currentBuild;
handleRequest(outputPath, request, response, next, options);
} catch (error) {
// All errors thrown from builder.build() are guaranteed to be
Expand Down

0 comments on commit cbc6c4a

Please sign in to comment.