Fix lint error

This commit is contained in:
Fabio Berger
2018-04-11 18:55:42 +09:00
parent efdbc1ff6c
commit 2fe209d5ff

View File

@@ -93,6 +93,7 @@ package.ts. Please add an entry for it and try again.`,
);
}
const link = `${constants.stagingWebsite}/docs/${docSegmentIfExists}`;
// tslint:disable-next-line:no-floating-promises
opn(link);
});