Skip to content

Commit d664c07

Browse files
Refactor
1 parent 9d5b585 commit d664c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/App/routes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func routes(_ app: Application) throws {
106106
process.standardOutput = standardOutput
107107
process.standardError = standardError
108108

109-
process.launch()
109+
try process.run()
110110
process.waitUntilExit()
111111

112112
try? FileManager().removeItem(at: configurationFile)

0 commit comments

Comments
 (0)