diff options
Diffstat (limited to 'src/bun.js/bindings/ErrorStackTrace.h')
-rw-r--r-- | src/bun.js/bindings/ErrorStackTrace.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bun.js/bindings/ErrorStackTrace.h b/src/bun.js/bindings/ErrorStackTrace.h index a8a6a192f..1284376a4 100644 --- a/src/bun.js/bindings/ErrorStackTrace.h +++ b/src/bun.js/bindings/ErrorStackTrace.h @@ -94,7 +94,6 @@ public: bool hasBytecodeIndex() const { return (m_bytecodeIndex.offset() != UINT_MAX) && !m_isWasmFrame; } JSC::BytecodeIndex bytecodeIndex() const { - ASSERT(hasBytecodeOffset()); return m_bytecodeIndex; } |