mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
Call on transpiled code
This commit is contained in:
parent
8521e47e20
commit
4a03874af0
@ -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 + "'")
|
||||
|
Loading…
Reference in New Issue
Block a user