remove breakpoint

This commit is contained in:
dave caruso
2024-07-16 16:49:05 -07:00
parent a503889a88
commit c8504ba3c7

View File

@@ -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 .{