Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mmurphy committed May 27, 2013
1 parent 68a3bec commit b8991a9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cloud/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ var request = require('request');
var url = require("url");
var cheerio = require("cheerio");
var inline = require('./inline.js');
var wufoo_config = require('./wufoo_config.js');
try {
var wufoo_config = require('./wufoo_config.js');
} catch(e)
{
console.log("Error loading wufoo_config.js");
}

function cacheable() {
// Should page fragments be cached?
Expand Down

0 comments on commit b8991a9

Please sign in to comment.