mirror of
https://github.com/github/codeql-action.git
synced 2026-05-07 14:20:19 +00:00
Test setting to empty string
This commit is contained in:
@@ -136,5 +136,5 @@ export async function getCombinedTracerConfig(
|
||||
* later system calls in this process.
|
||||
*/
|
||||
export function unsetTracerEnvVarForCurrentProcess(): void {
|
||||
delete process.env[EnvVar.DYLD_INSERT_BINARIES];
|
||||
process.env[EnvVar.DYLD_INSERT_BINARIES] = "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user