We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 281ae46 commit 39f3babCopy full SHA for 39f3bab
packages/angular/cli/lib/init.ts
@@ -50,8 +50,8 @@ if (process.env['NG_CLI_PROFILING']) {
50
try {
51
profiler = require('v8-profiler-node8'); // tslint:disable-line:no-implicit-dependencies
52
} 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}`);
+ throw new Error(`Could not require 'v8-profiler-node8'. You must install it separetely with ` +
+ `'npm install v8-profiler-node8 --no-save'.\n\nOriginal error:\n\n${err}`);
55
}
56
57
profiler.startProfiling();
0 commit comments