|
|
|
@ -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));
|
|
|
|
|