Skip to content

Commit 91f7530

Browse files
authored
fix: add console log when removing js_run_devserver sandbox (#2269)
1 parent 5825e31 commit 91f7530

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/private/js_run_devserver.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,8 @@ async function cycleSyncRecurse(cycle, file, isDirectory, sandbox, writePerm) {
734734
function removeSandbox(sandbox) {
735735
try {
736736
if (sandbox) {
737+
console.error(`Deleting js_run_devserver sandbox at ${sandbox}...`)
738+
737739
// Must be synchronous when invoked from process exit handler
738740
fs.rmSync(sandbox, { force: true, recursive: true })
739741
}

0 commit comments

Comments
 (0)