Call on transpiled code

This commit is contained in:
Michelle Tilley 2016-10-29 22:09:59 -07:00
parent 8521e47e20
commit 4a03874af0
No known key found for this signature in database
GPG Key ID: CD86C13E51F378DA

View File

@ -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 + "'")