Skip to content

Commit 122b7c1

Browse files
authored
Fix comment typo from "Debug" to "Dev"
1 parent 783d7fc commit 122b7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

watch.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function buildRust() {
5454
(release ? "(release)" : "(debug)"),
5555
);
5656

57-
// Debug build takes ~3-4 seconds on rebuild after some Rust changes. (Non-dev builds take ~15-20 seconds)
57+
// Dev build takes ~3-4 seconds on rebuild after some Rust changes. (Non-dev builds take ~15-20 seconds)
5858
// Build only web and not node targets to half time.
5959
const buildDir = join(
6060
thisDir,

0 commit comments

Comments
 (0)