Skip to content

Commit 39f3bab

Browse files
alan-agius4alexeagle
authored andcommitted
style: add spacing to error message
1 parent 281ae46 commit 39f3bab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/angular/cli/lib/init.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ if (process.env['NG_CLI_PROFILING']) {
5050
try {
5151
profiler = require('v8-profiler-node8'); // tslint:disable-line:no-implicit-dependencies
5252
} catch (err) {
53-
throw new Error(`Could not require 'v8-profiler-node8'. You must install it separetely with` +
54-
`'npm install v8-profiler-node8 --no-save.\n\nOriginal error:\n\n${err}`);
53+
throw new Error(`Could not require 'v8-profiler-node8'. You must install it separetely with ` +
54+
`'npm install v8-profiler-node8 --no-save'.\n\nOriginal error:\n\n${err}`);
5555
}
5656

5757
profiler.startProfiling();

0 commit comments

Comments
 (0)