merge SubdomainError into subdomains.js like other error classes

This commit is contained in:
Girish Ramakrishnan
2015-11-06 17:50:22 -08:00
parent e6840f352d
commit b6f1ad75b8
6 changed files with 38 additions and 45 deletions

View File

@@ -51,7 +51,7 @@ var addons = require('./addons.js'),
paths = require('./paths.js'),
safe = require('safetydance'),
shell = require('./shell.js'),
SubdomainError = require('./subdomainerror.js'),
SubdomainError = require('./subdomains.js').SubdomainError,
subdomains = require('./subdomains.js'),
superagent = require('superagent'),
sysinfo = require('./sysinfo.js'),