Skip to content

Commit d5e0bd8

Browse files
authored
fix: debug start test (#451)
1 parent 868ae14 commit d5e0bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

products/nativescript/tns.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def debug(app_name, platform, start=False, debug_brk=False, emulator=False, devi
435435
else:
436436
if platform == Platform.ANDROID:
437437
strings.append('ActivityManager: Start proc')
438-
if hmr and platform == Platform.ANDROID:
438+
if hmr and platform == Platform.ANDROID and start is False:
439439
strings.append('HMR: Hot Module Replacement Enabled.')
440440

441441
TnsLogs.wait_for_log(log_file=result.log_file, string_list=strings, timeout=300)

0 commit comments

Comments
 (0)