Environment
not important
Reproduction
not important
Describe the bug
see
|
if (!env || (env !== "*" && !env.startsWith(namespace))) return; |
this only enables a debugger if the debug env either is * or starts with the namespace.
namespace wildcards are not supported. e.g. worker:*
and most importantly multiple namespaces are not supported. e.g. worker1,worker2
Additional context
No response
Logs
Environment
not important
Reproduction
not important
Describe the bug
see
unenv/src/runtime/npm/debug.ts
Line 9 in f89b7cc
this only enables a debugger if the debug env either is
*or starts with the namespace.namespace wildcards are not supported. e.g.
worker:*and most importantly multiple namespaces are not supported. e.g.
worker1,worker2Additional context
No response
Logs