We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0799dbc commit a2fdd15Copy full SHA for a2fdd15
projects/optic/src/commands/diff/diff.ts
@@ -455,7 +455,7 @@ const getDiffAction =
455
analyticsData.compressedDataLength = compressedData.length;
456
logger.info('Opening up diff in web view');
457
const baseHtml = path.resolve(
458
- __dirname,
+ process.cwd(),
459
'../../../web/build/index.html'
460
);
461
maybeChangelogUrl = `${baseHtml}#${compressedData}`;
0 commit comments