change xregexp

v1.18.x
barisusakli 9 years ago
parent e3db66d29a
commit 9d045e70f5

@ -5,7 +5,7 @@
if ('undefined' === typeof window) {
fs = require('fs');
XRegExp = require('xregexp').XRegExp;
XRegExp = require('xregexp');
process.profile = function(operation, start) {
console.log('%s took %d milliseconds', operation, process.elapsedTimeSince(start));

Loading…
Cancel
Save