Joined May 2014
·

Bran van der Meer

Rotterdam, the Netherlands
·
·

How about this one?

if (!~process.execArgv.indexOf('--harmony')) {
    throw 'Node.js must be run with --harmony flag';
}
Achievements
1 Karma
0 Total ProTip Views