I need to launch Google Chrome on OS X with the --allow-file-access-from-files
option (to work locally with d3.js). To do this, I start Chrome from the terminal, as follows:
open /Applications/Google\ Chrome.app --args --allow-file-access-from-files
However, it seems that this prevents the javascript console from working correctly. console.log()
does not print anything anymore. I suppose the output is redirected elsewhere when Chrome is started this way.
Is there a way to launch Chrome with options on OS X and still have the console working as usual?
--
You received this message because you are subscribed to the Google Groups "Google Chrome Developer Tools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-developer-tools+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-chrome-developer-tools/ab61dbab-db72-4769-bfa1-3816ba9161a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
https://www.chromium.org/developers/how-tos/run-chromium-with-flags shows a way to run Chrome with command line flags, perhaps that way will work better.
--
You received this message because you are subscribed to the Google Groups "Google Chrome Developer Tools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-develo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-chrome-developer-tools/0b079bb3-3feb-4437-b171-ab41d1fc084e%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-developer-tools+unsub...@googlegroups.com.