Patch Changes
-
#11878
e84e8faThanks @dario-piotrowicz! - Fix relative path computation when the root folder name appears multiple times in a pathPreviously, the logic assumed the root folder appeared exactly once in the path. When the root folder name appeared more than once, file modifications were not correctly detected.
For example, if the root folder is
my-worker, a path like/my-worker/my-worker/util.jswould incorrectly return/instead of/my-worker/util.js.