mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
fix/clean-up-bun-error (#753)
* Fixing TypeScript errors in bun-error package * Fixing import path * Removing unused 'isClient' prop from AsyncSourceLines * PR feedback
This commit is contained in:
@@ -4,7 +4,7 @@ import type {
|
||||
StackFrame as StackFrameType,
|
||||
StackFramePosition,
|
||||
StackFrameScope,
|
||||
} from "../../../src/api/schema";
|
||||
} from "../../src/api/schema";
|
||||
|
||||
export class StackFrame implements StackFrameType {
|
||||
function_name: string;
|
||||
|
||||
Reference in New Issue
Block a user