mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
fix: do not inline process.env during bun run and bun test (#7614)
* env stuff * ok * undo * remove unused param * resolve review comment * dupe * it compiles now i promise
This commit is contained in:
@@ -509,9 +509,7 @@ WTF::String BunString::toWTFString(ZeroCopyTag) const
|
||||
}
|
||||
|
||||
if (this->tag == BunStringTag::WTFStringImpl) {
|
||||
#if BUN_DEBUG
|
||||
RELEASE_ASSERT(this->impl.wtf->refCount() > 0);
|
||||
#endif
|
||||
ASSERT(this->impl.wtf->refCount() > 0);
|
||||
return WTF::String(this->impl.wtf);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user