mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
Throw when can't find custom transpiler
This commit is contained in:
@@ -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
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user