Skip to content

Commit da72eaa

Browse files
committed
refactor: update error message with a link to docs
1 parent 915349d commit da72eaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/convert-relative-imports/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import { getMappedImportsRule } from '../mapped-imports-rule-utils';
1111

1212
import { Schema as ConvertRelativeImportsSchema } from './schema';
1313

14-
// TODO: add link to the docs
15-
const conversionFailureMessage = `Failed to generate remapped imports! Please see: ...`;
14+
const conversionFailureMessage = `Failed to generate remapped imports! Please see: ` +
15+
`https://docs.nativescript.org/angular/code-sharing/intro#remapped-imports`;
1616

1717
export default function(options: ConvertRelativeImportsSchema) {
1818
return (tree: Tree, context: SchematicContext) => {

0 commit comments

Comments
 (0)