Skip to content

Commit

Permalink
debug for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Sep 14, 2012
1 parent 7a9ca78 commit 007458f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initializers/initActions.js
Expand Up @@ -57,11 +57,11 @@ var initActions = function(api, next)
}

function actionLoader(api, fullfFilePath, reload){
console.log("fullfFilePath: " + fullfFilePath);
if(reload == null){ reload = false; }
var parts = fullfFilePath.split("/");
var file = parts[(parts.length - 1)];
var actionName = file.split(".")[0];
console.log(specHelper.fs.readFileSync(fullfFilePath));
api.actions[actionName] = require(fullfFilePath).action;
validateAction(api, api.actions[actionName]);
if(reload){
Expand Down

0 comments on commit 007458f

Please sign in to comment.