We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b5c43 commit 8e65d29Copy full SHA for 8e65d29
lib/index.js
@@ -43,7 +43,7 @@
43
var source = bin.source;
44
var css = safeForHTML(bin.css || '');
45
var javascript = safeForHTML(bin.javascript || '');
46
- var processors = bin.processors;
+ var processors = bin.processors || {};
47
var meta = bin.meta || (bin.url ? '<!-- source: http://jsbin.com/' + bin.url + '/' + (bin.revision || '') + ' -->\n' : '');
48
49
/**
0 commit comments