Skip to content

Commit 1979679

Browse files
update icon to daggy
1 parent d0b45c1 commit 1979679

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

apps/sim/tools/dagster/launch_run.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,7 @@ export const launchRunTool: ToolConfig<DagsterLaunchRunParams, DagsterLaunchRunR
156156
}
157157
}
158158

159-
throw new Error(
160-
`${result.type}: ${dagsterUnionErrorMessage(result, 'Launch run failed')}`
161-
)
159+
throw new Error(`${result.type}: ${dagsterUnionErrorMessage(result, 'Launch run failed')}`)
162160
},
163161

164162
outputs: {

0 commit comments

Comments
 (0)