Throw when can't find custom transpiler

This commit is contained in:
Michelle Tilley
2016-10-30 10:21:11 -07:00
parent 4a03874af0
commit 2be42a16e0

View File

@@ -128,7 +128,7 @@ Object.assign(PackageTranspilationRegistry.prototype, {
}
} else {
var err = new Error("Could not resolve transpiler '" + spec.transpiler + "' from '" + spec._config.path + "'")
console.error(err)
throw err
}
},