Commit 8f9b2e0
committed
fix: align multiline JSON body indentation in dry-run output
Continuation lines of JSON.stringify output are now indented to
align with the first line after the 'Body: ' label prefix.
Also uses getDefaultSdkConfig().baseUrl (with trailing-slash
normalization) instead of raw getApiBaseUrl() in resolveRequestUrl
to match the URL rawApiRequest would actually use.1 parent a6e26f5 commit 8f9b2e0
2 files changed
+23
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
995 | 995 | | |
996 | 996 | | |
997 | 997 | | |
998 | | - | |
| 998 | + | |
| 999 | + | |
| 1000 | + | |
999 | 1001 | | |
1000 | 1002 | | |
1001 | 1003 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1861 | 1861 | | |
1862 | 1862 | | |
1863 | 1863 | | |
| 1864 | + | |
| 1865 | + | |
| 1866 | + | |
| 1867 | + | |
| 1868 | + | |
| 1869 | + | |
| 1870 | + | |
| 1871 | + | |
| 1872 | + | |
| 1873 | + | |
| 1874 | + | |
| 1875 | + | |
| 1876 | + | |
| 1877 | + | |
| 1878 | + | |
| 1879 | + | |
| 1880 | + | |
| 1881 | + | |
| 1882 | + | |
| 1883 | + | |
1864 | 1884 | | |
1865 | 1885 | | |
1866 | 1886 | | |
| |||
0 commit comments