| Auto-Submit | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: extensions/cxx_debugging/src/CMakeLists.txt
Insertions: 1, Deletions: 1.
@@ -36,7 +36,7 @@
list(APPEND EXTENSION_BUNDLED_SOURCES ${CMAKE_CURRENT_BINARY_DIR}/${NAME_WE}.bundle.js)
endforeach()
-configure_file(rollup.config.in.js rollup.config.in.js @ONLY)
+configure_file(rollup.config.in.mjs rollup.config.in.mjs @ONLY)
file(GENERATE OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/rollup.config.mjs
INPUT ${CMAKE_CURRENT_BINARY_DIR}/rollup.config.in.mjs)
```
[cleanup] Correctly mark config as ESM
I noticed warning in the console related to this,
that were causing noise to my actual error.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |