diff --git a/js/server/QuickServer.js b/js/server/QuickServer.js index 602a66c..277d5b1 100644 --- a/js/server/QuickServer.js +++ b/js/server/QuickServer.js @@ -113,7 +113,7 @@ class QuickServer { // To prevent filling up `/tmp`, see https://github.com/phetsims/aqua/issues/145 `--user-data-dir=${process.cwd()}/../tmp/puppeteerUserData/`, - // Fork child processes directly to prevent orphaned chrome instances from lingering on bayes, https://github.com/phetsims/aqua/issues/150#issuecomment-1170140994 + // Fork child processes directly to prevent orphaned chrome instances from lingering on sparky, https://github.com/phetsims/aqua/issues/150#issuecomment-1170140994 '--no-zygote', '--no-sandbox' ] diff --git a/js/server/puppeteerCTClient.js b/js/server/puppeteerCTClient.js index c0b2a15..f97a3ea 100644 --- a/js/server/puppeteerCTClient.js +++ b/js/server/puppeteerCTClient.js @@ -46,7 +46,7 @@ process.on( 'SIGINT', () => process.exit() ); // To prevent filling up `/tmp`, see https://github.com/phetsims/aqua/issues/145 `--user-data-dir=${process.cwd()}/../tmp/puppeteerUserData/`, - // Fork child processes directly to prevent orphaned chrome instances from lingering on bayes, https://github.com/phetsims/aqua/issues/150#issuecomment-1170140994 + // Fork child processes directly to prevent orphaned chrome instances from lingering on sparky, https://github.com/phetsims/aqua/issues/150#issuecomment-1170140994 '--no-zygote', '--no-sandbox' ]