Skip to content

Commit

Permalink
Call on transpiled code
Browse files Browse the repository at this point in the history
  • Loading branch information
Michelle Tilley committed Oct 30, 2016
1 parent 8521e47 commit 4a03874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package-transpilation-registry.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Object.assign(PackageTranspilationRegistry.prototype, {
if (result === undefined) {
return sourceCode
} else {
return result
return result.toString()
}
} else {
var err = new Error("Could not resolve transpiler '" + spec.transpiler + "' from '" + spec._config.path + "'")
Expand Down

0 comments on commit 4a03874

Please sign in to comment.