Skip to content

Commit

Permalink
comment require statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sqfasd committed Nov 9, 2016
1 parent b78a44b commit 92560de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function main() {

if (program.execute) {
// only for debug use
require(path.resolve(program.execute))(scope);
// require(path.resolve(program.execute))(scope);
}

scope.bus.message('bind', scope.modules);
Expand Down

0 comments on commit 92560de

Please sign in to comment.