Skip to content
This repository was archived by the owner on Jan 24, 2019. It is now read-only.

Commit 7422e34

Browse files
committed
fix clean
1 parent 8e0b081 commit 7422e34

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ module.exports = function(content){
5656
console.log('stderr:', stderr);
5757
}
5858

59-
stdout = 'module.exports = `'+stdout+'`;';
60-
6159
if(stderr){
6260
self.emitError(stderr);
6361
callback(stderr);

0 commit comments

Comments
 (0)