Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Restore a require for potential side effects
Browse files Browse the repository at this point in the history
  • Loading branch information
ficristo committed Dec 15, 2015
1 parent 029a992 commit b340baf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appshell/node-core/DomainManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
(function () {
"use strict";

// TODO: verify if this has any side effects, and if not remove it.
require("./Server");

var util = require("util"),
ConnectionManager = require("./ConnectionManager");

Expand Down

0 comments on commit b340baf

Please sign in to comment.