Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
KTruong008 authored and Kyle Truong committed Jul 1, 2017
1 parent af13334 commit be6a710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dependencies/DepBlockHelpers.js
Expand Up @@ -9,7 +9,7 @@ const DepBlockHelpers = exports;
DepBlockHelpers.getLoadDepBlockWrapper = (depBlock, outputOptions, requestShortener, name) => {
const promiseCode = DepBlockHelpers.getDepBlockPromise(depBlock, outputOptions, requestShortener, name);
return [
`${promiseCode}.then(`,
promiseCode + ".then(",
").catch(",
")"
];
Expand Down

0 comments on commit be6a710

Please sign in to comment.