Skip to content

Commit

Permalink
#2 try to fix forbidden on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
feugy committed Jul 14, 2014
1 parent e7e8b0e commit ff5f309
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hyperion/src/util/common.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ emitter.fromRule = (callback = ->) ->
foundService = false
for line, i in stacktrace.get()
line = line.getFileName()
console.log line
# we found a line coming from services that is not the fromRule() and bind invokation
foundService = true unless i <= 2 or foundService or -1 is line.indexOf serviceRoot
# invoked from compilation folder: forbidden
Expand Down

0 comments on commit ff5f309

Please sign in to comment.