Skip to content

Commit

Permalink
Update module_loader.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Aug 22, 2023
1 parent a61953b commit 6a02ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bun.js/module_loader.zig
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ pub const RuntimeTranspilerStore = struct {
vm.main.len == path.text.len and
vm.main_hash == hash and
strings.eqlLong(vm.main, path.text, false),
.set_breakpoint_on_first_line = vm.debugger != null and vm.debugger.?.set_breakpoint_on_first_line and strings.eqlLong(vm.main, path.text, false),
.set_breakpoint_on_first_line = vm.debugger != null and vm.debugger.?.set_breakpoint_on_first_line and strings.eqlLong(vm.main, path.text, true),
};

defer {
Expand Down

0 comments on commit 6a02ede

Please sign in to comment.