Add missing --show-trace feature, fix invalid source path

This commit is contained in:
Sander van der Burg 2020-04-14 17:01:35 +02:00 committed by Sander van der Burg
parent c417899cf3
commit 064752aa15
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
{port, instanceSuffix ? ""}:
let
webapp = import ../webapp;
webapp = import ../../webapp;
instanceName = "webapp${instanceSuffix}";
in
createManagedProcess {

View File

@ -2,7 +2,7 @@
{port, instanceSuffix ? ""}:
let
webapp = import ../webapp;
webapp = import ../../webapp;
instanceName = "webapp${instanceSuffix}";
in
createManagedProcess {