1// Flags: --no-extra-info-on-fatal-exception 2 3'use strict'; 4require('../common'); 5Error.stackTraceLimit = 1; 6 7throw new Error('foo'); 8