Skip to content

Commit 0deb2c6

Browse files
committed
remove change from process-keep-alive
1 parent 0793c2b commit 0deb2c6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/cli-v3/src/dev/devSupervisor.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,6 @@ class DevSupervisor implements WorkerRuntime {
358358
httpClient: this.options.client,
359359
logLevel: this.options.args.logLevel,
360360
taskRunProcessPool: this.taskRunProcessPool,
361-
cwd: this.options.config.experimental_devProcessCwdInBuildDir
362-
? worker.build.outputPath
363-
: undefined,
364361
onFinished: () => {
365362
logger.debug("[DevSupervisor] Run finished", { runId: message.run.friendlyId });
366363

0 commit comments

Comments
 (0)