Skip to content

Commit d244171

Browse files
Update packages/cloud/src/StaticSettingsService.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 9ace043 commit d244171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloud/src/StaticSettingsService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class StaticSettingsService implements SettingsService {
2323
return organizationSettingsSchema.parse(parsedJson)
2424
} catch (error) {
2525
this.log(`[StaticSettingsService] failed to parse static settings: ${error.message}`, error)
26-
throw new Error("Failed to parse static settings", error)
26+
throw new Error("Failed to parse static settings", { cause: error })
2727
}
2828
}
2929

0 commit comments

Comments
 (0)