This commit is contained in:
Michelle Tilley 2016-10-31 19:57:09 -07:00
parent 5743b2a283
commit ef5897e72b
No known key found for this signature in database
GPG Key ID: CD86C13E51F378DA

View File

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