diff --git a/index.js b/index.js index c3cdb2cec0..24e035805e 100644 --- a/index.js +++ b/index.js @@ -7,7 +7,7 @@ // Node Source Map Support // https://github.com/evanw/node-source-map-support -require('source-map-support').install(); +require('source-map-support').install() // Fix babel flag /* istanbul ignore else */ diff --git a/start/index.js b/start/index.js index be1eff65b4..673042912a 100644 --- a/start/index.js +++ b/start/index.js @@ -7,7 +7,7 @@ // Node Source Map Support // https://github.com/evanw/node-source-map-support -require('source-map-support').install(); +require('source-map-support').install() // Fix babel flag /* istanbul ignore else */