Commit 06097fd
committed
fix(dev-overlay): Better handle edge-case file paths in launchEditor (#79526)
Without this, some files may fail to open correctly.
Internal discussion:
https://vercel.slack.com/archives/C07UWUAF95Z/p17472617726296891 parent bda731f commit 06097fd
File tree
2 files changed
+28
-10
lines changed- packages/next/src/client/components/react-dev-overlay/utils
2 files changed
+28
-10
lines changedLines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Lines changed: 20 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
307 | 322 | | |
308 | 323 | | |
309 | 324 | | |
| |||
387 | 402 | | |
388 | 403 | | |
389 | 404 | | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
390 | 408 | | |
391 | 409 | | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
| 410 | + | |
399 | 411 | | |
400 | 412 | | |
401 | 413 | | |
| |||
416 | 428 | | |
417 | 429 | | |
418 | 430 | | |
419 | | - | |
420 | | - | |
| |||
0 commit comments