'use strict' const sourceMapSupport = require('@stackline/source-map-support') sourceMapSupport.install({ handleUncaughtExceptions: false }) try { throw new Error('stack formatting installed') } catch (error) { console.error(error.stack) }