Test setting to empty string

This commit is contained in:
Angela P Wen
2024-08-14 17:51:42 -07:00
parent 954566eac2
commit a73ca9d110
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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] = "";
}