mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 05:55:48 +01:00
Make utils and translator easier to require
Move utils.walk to file.walk, backwards compatible
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
var async = require('async');
|
||||
var db = require('./database');
|
||||
var utils = require('../public/src/utils');
|
||||
var utils = require('./utils');
|
||||
|
||||
var DEFAULT_BATCH_SIZE = 100;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user