RESOLVED FIXED254606
[Windows] Fix loading modules from JSC shell
https://bugs.webkit.org/show_bug.cgi?id=254606
Summary [Windows] Fix loading modules from JSC shell
Stephan Szabo
Reported 2023-03-28 12:49:20 PDT
The JSC shell's fetchModuleFromLocalFileSystem uses a \\?\ path for the module, however that seems to not work with forward slashes as directory separators, so replace the forward slashes with backslashes.
Attachments
Stephan Szabo
Comment 1 2023-03-28 13:35:13 PDT
EWS
Comment 2 2023-03-28 19:39:42 PDT
Committed 262257@main (b7030754b74c): <https://commits.webkit.org/262257@main> Reviewed commits have been landed. Closing PR #12068 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2023-03-28 19:40:17 PDT
Note You need to log in before you can comment on or make changes to this bug.