allows zone.js to cleanup error stacktraces (#7203)

* allows zone.js to cleanup error stacktraces

* zone.js changes

* Change ordering
This commit is contained in:
Amir Omidi
2019-10-03 13:23:38 -07:00
committed by GitHub
parent 37f651fe08
commit a0f1d68cfb
2 changed files with 7 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ const util = require('util');
const bootstrap = require('../../src/bootstrap');
const coverage = require('../coverage');
require('reflect-metadata'); // {{SQL CARBON EDIT}}
require('../../src/sql/setup'); // {{SQL CARBON EDIT}}
// Disabled custom inspect. See #38847
if (util.inspect && util.inspect['defaultOptions']) {