Skip to content

Commit 02b9854

Browse files
committed
try like this
1 parent 78cdd34 commit 02b9854

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

browser/tasks/Transformer.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,11 +448,11 @@ class Transformer {
448448
console.log("getRelative called for" + sampleFullPath);
449449
console.log("igConfig.RepositoryName is" + igConfig.RepositoryName);
450450
if (sampleFullPath.indexOf(igConfig.RepositoryName) > -1) {
451-
sampleFullPath = sampleFullPath.split(igConfig.RepositoryName)[1];
452-
/*sampleFullPath = sampleFullPath.substring(
451+
// sampleFullPath = sampleFullPath.split(igConfig.RepositoryName)[1];
452+
sampleFullPath = sampleFullPath.substring(
453453
sampleFullPath.lastIndexOf(igConfig.RepositoryName) +
454454
igConfig.RepositoryName.length
455-
);*/
455+
);
456456
// sampleFullPath = sampleFullPath.split(igConfig.RepositoryName)[1];
457457
console.log("sampleFullPath is now " + sampleFullPath + " and is now split by pathModule.sep " + pathModule.sep);
458458
sampleFullPath = sampleFullPath.split(pathModule.sep).join(process.env.PATH_SEP || '/');

0 commit comments

Comments
 (0)