Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Already part of PR sintaxi#98
Browse files Browse the repository at this point in the history
  • Loading branch information
vbwx committed Jun 28, 2015
1 parent b426d88 commit b04067f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/javascript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module.exports = function(root, filePath, callback){
}

process.once('uncaughtException', exceptionHandler)
browserify(filePath, {extensions: extensions}).transform(function(file) {
browserify(srcPath, {extensions: extensions}).transform(function(file) {
var result = ''
return through(write, end)

Expand Down

0 comments on commit b04067f

Please sign in to comment.