Skip to content

Commit e2a2e33

Browse files
committed
Debug kill
1 parent 7367f2b commit e2a2e33

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/support/webpacker_helpers.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,11 @@ def with_dev_server
8888
yield
8989
ensure
9090
# Kill the server process
91-
Process.kill(9, webpack_dev_server)
91+
puts "Killing webpack dev server"
92+
puts Process.kill("KILL", webpack_dev_server)
9293
Process.wait
9394
# Remove the dev-server packs:
9495
WebpackerHelpers.clear_webpacker_packs
96+
puts "Killed."
9597
end
9698
end

0 commit comments

Comments
 (0)