mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
👕
This commit is contained in:
parent
5743b2a283
commit
ef5897e72b
@ -129,7 +129,7 @@ Object.assign(PackageTranspilationRegistry.prototype, {
|
||||
} else if (result.code) {
|
||||
return result.code.toString()
|
||||
} else {
|
||||
throw new Error("Could not find a property `.code` on the transpilation results of " + filePath)
|
||||
throw new Error('Could not find a property `.code` on the transpilation results of ' + filePath)
|
||||
}
|
||||
} else {
|
||||
var err = new Error("Could not resolve transpiler '" + spec.transpiler + "' from '" + spec._config.path + "'")
|
||||
|
Loading…
Reference in New Issue
Block a user