Skip to content

Commit 1791c83

Browse files
committed
Fix build
1 parent 11e9b0f commit 1791c83

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ fastlane/screenshots/**/*.png
6868
fastlane/test_output
6969
/ExpressSwift.xcodeproj
7070
/.swiftpm
71+
.DS_Store

Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/Example/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ todoRouter.method(.POST) { (request, response) -> Bool in
6565
// When /todo route is found, the handling will proceed to todoRouter with /todo part substituted from route
6666
express.use("/todo", todoRouter)
6767

68-
express.listen(8080)
68+
try express.listen(8080)

0 commit comments

Comments
 (0)