You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: emrun.py
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -415,7 +415,7 @@ def kill_browser_process():
415
415
416
416
# Heuristic that attempts to search for the browser process IDs that emrun spawned.
417
417
# This depends on the assumption that no other browser process IDs have been spawned
418
-
# during the short time perioed between the time that emrun started, and the browser
418
+
# during the short time period between the time that emrun started, and the browser
419
419
# process navigated to the page.
420
420
# This heuristic is needed because all modern browsers are multiprocess systems -
421
421
# starting a browser process from command line generally launches just a "stub" spawner
@@ -443,7 +443,7 @@ def pid_existed(pid):
443
443
logv('Was unable to detect the browser process that was spawned by emrun. This may occur if the target page was opened in a tab on a browser process that already existed before emrun started up.')
444
444
445
445
446
-
# Our custom HTTP web server that will server the target page to run via .html.
446
+
# Our custom HTTP web server that will serve the target page to run via .html.
447
447
# This is used so that we can load the page via a http:// URL instead of a
448
448
# file:// URL, since those wouldn't work too well unless user allowed XHR
449
449
# without CORS rules. Also, the target page will route its stdout and stderr
0 commit comments