Skip to content

Commit

Permalink
Remove unnecessary line (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Apr 14, 2019
1 parent 80010a9 commit 1c00ac9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ function render({ filename, files, metadata, engineOptions }) {
// Stop if the current extension can't be transformed
if (!transform) {
debug(`no transformer available for ${ext} extension for ${filename}`);
extensions.push(ext);
return Promise.resolve();
}

Expand Down

0 comments on commit 1c00ac9

Please sign in to comment.