mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
remove breakpoint
This commit is contained in:
@@ -1215,9 +1215,6 @@ pub const Resolver = struct {
|
||||
}
|
||||
|
||||
// Run node's resolution rules (e.g. adding ".js")
|
||||
if (std.mem.indexOf(u8, import_path, "Test") != null)
|
||||
@breakpoint();
|
||||
|
||||
var normalizer = ResolvePath.PosixToWinNormalizer{};
|
||||
if (r.loadAsFileOrDirectory(normalizer.resolve(source_dir, import_path), kind)) |entry| {
|
||||
return .{
|
||||
|
||||
Reference in New Issue
Block a user