replace debug with obug (#2619)
* patch unenv * replaces debug with obug reverts unenv patch
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import childProcess from 'child_process';
|
||||
import debug from 'debug';
|
||||
import { createDebug } from 'obug';
|
||||
|
||||
const CMD_DEBUG = debug('CMD');
|
||||
const CMD_DEBUG = createDebug('CMD');
|
||||
|
||||
export function exec(
|
||||
cmd: string,
|
||||
|
||||
Reference in New Issue
Block a user