From 9d045e70f542f93bd9d0b737ea5696efb8fca1ad Mon Sep 17 00:00:00 2001 From: barisusakli Date: Wed, 24 Feb 2016 18:11:42 +0200 Subject: [PATCH] change xregexp --- public/src/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/utils.js b/public/src/utils.js index d214370d8a..a5c7827635 100644 --- a/public/src/utils.js +++ b/public/src/utils.js @@ -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));