From 491feb859f30f56bc25d6afc730a1c709a0bb807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 21 May 2020 20:34:25 +0200 Subject: fix: --inspect flag working like --inspect-brk (#5697) --- cli/tests/inspector4.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cli/tests/inspector4.js (limited to 'cli/tests/inspector4.js') diff --git a/cli/tests/inspector4.js b/cli/tests/inspector4.js new file mode 100644 index 000000000..1bf419650 --- /dev/null +++ b/cli/tests/inspector4.js @@ -0,0 +1,5 @@ +console.log("hello"); + +setInterval(() => { + console.log("hello from interval"); +}, 1000); -- cgit v1.2.3