-
Notifications
You must be signed in to change notification settings - Fork 16
Commit 1ba25ce
committed
Fix exception when no URL yet
toURL() will throw if the string is blank, which it will be on the very
first time Gateway is launched.1 parent 117fd54 commit 1ba25ce
File tree
2 files changed
+3
-2
lines changed- src/main/kotlin/com/coder/gateway/views/steps
2 files changed
+3
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | + | ||
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
509 | 509 |
| |
510 | 510 |
| |
511 | 511 |
| |
512 | - | ||
512 | + | ||
513 | 513 |
| |
514 | 514 |
| |
515 | 515 |
| |
| |||
518 | 518 |
| |
519 | 519 |
| |
520 | 520 |
| |
521 | - | ||
521 | + | ||
522 | 522 |
| |
523 | 523 |
| |
524 | 524 |
| |
|
0 commit comments