Skip to content

Commit f46a409

Browse files
committed
Fixed typescript error
1 parent 5a72567 commit f46a409

File tree

1 file changed

+1
-1
lines changed
  • packages/cli-v3/src/commands/workers

1 file changed

+1
-1
lines changed

packages/cli-v3/src/commands/workers/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ async function _workerBuildCommand(dir: string, options: WorkersBuildCommandOpti
419419
logger.table(
420420
deploymentWithWorker.worker.tasks.map((task) => ({
421421
id: task.slug,
422-
export: task.exportName,
422+
export: task.exportName ?? "@deprecated",
423423
path: task.filePath,
424424
}))
425425
);

0 commit comments

Comments
 (0)