There was an error while loading. Please reload this page.
1 parent 136eaca commit 2d6fcdbCopy full SHA for 2d6fcdb
1 file changed
apps/rush-lib/src/cli/actions/InitAction.ts
@@ -259,7 +259,8 @@ export class InitAction extends BaseConfiglessRushAction {
259
260
if (activeBlockIndent !== match[1]) {
261
// If this happens, please report a Rush bug
262
- throw new InternalError(`The template contains an inconsistently indented section "${activeBlockSectionName}"`);
+ throw new InternalError(`The template contains an inconsistently indented section`
263
+ + ` "${activeBlockSectionName}"`);
264
}
265
266
activeBlockSectionName = undefined;
0 commit comments