We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2f361 commit 5c9c653Copy full SHA for 5c9c653
lib/bootstrap-local.js
@@ -6,6 +6,8 @@ const path = require('path');
6
const ts = require('typescript');
7
8
9
+Error.stackTraceLimit = Infinity;
10
+
11
global.angularCliIsLocal = true;
12
global.angularCliPackages = require('./packages');
13
packages/@angular/cli/lib/cli/index.js
@@ -12,7 +12,6 @@ const UI = require('../../ember-cli/lib/ui');
const Watcher = require('../../ember-cli/lib/models/watcher');
const path = require('path');
14
15
-Error.stackTraceLimit = Infinity;
16
17
module.exports = function(options) {
18
0 commit comments