Skip to content

Commit 2d6fcdb

Browse files
committed
fix tslint error
1 parent 136eaca commit 2d6fcdb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/rush-lib/src/cli/actions/InitAction.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@ export class InitAction extends BaseConfiglessRushAction {
259259

260260
if (activeBlockIndent !== match[1]) {
261261
// If this happens, please report a Rush bug
262-
throw new InternalError(`The template contains an inconsistently indented section "${activeBlockSectionName}"`);
262+
throw new InternalError(`The template contains an inconsistently indented section`
263+
+ ` "${activeBlockSectionName}"`);
263264
}
264265

265266
activeBlockSectionName = undefined;

0 commit comments

Comments
 (0)