Skip to content

Commit fdf09f4

Browse files
committed
Fix typo from #25946
1 parent a7bf0bf commit fdf09f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/emscripten.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ def get_cached_file(filetype, filename, generator, cache_limit):
342342
def compile_javascript_cached():
343343
# Avoiding using the cache when generating struct info since
344344
# this step is performed while the cache is locked.
345-
# Sadly we have to skip the caching whenwhere we have user JS libraries. This is because
345+
# Sadly we have to skip the caching whenever we have user JS libraries. This is because
346346
# these libraries can import arbirary other JS files (either vis node's `import` or via #include)
347347
if DEBUG or settings.BOOTSTRAPPING_STRUCT_INFO or config.FROZEN_CACHE or settings.JS_LIBRARIES:
348348
return compile_javascript()

0 commit comments

Comments
 (0)