better error when use without tet
This commit is contained in:
@@ -1294,6 +1294,10 @@ function get_module(path, package_context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Shop.use = function use(path, _pkg_ctx) {
|
Shop.use = function use(path, _pkg_ctx) {
|
||||||
|
if (!is_text(path)) {
|
||||||
|
log.error("use() expects a text module path, but received a non-text value")
|
||||||
|
disrupt
|
||||||
|
}
|
||||||
var package_context = is_core_dir(_pkg_ctx) ? 'core' : _pkg_ctx
|
var package_context = is_core_dir(_pkg_ctx) ? 'core' : _pkg_ctx
|
||||||
// Check for embedded module (static builds)
|
// Check for embedded module (static builds)
|
||||||
var embed_key = 'embedded:' + path
|
var embed_key = 'embedded:' + path
|
||||||
|
|||||||
Reference in New Issue
Block a user