If you type just { into the console right now and press enter, it will automatically add another newline with a closing }. This is not the correct behavior.
N.B. we also don’t like auto-closing in the main editors, and we already disable it there, so this is probably a good situation for extracting out more shared behavior/configuration into the util/createAceSessionWithoutWorker function.
If you type just
{into the console right now and press enter, it will automatically add another newline with a closing}. This is not the correct behavior.N.B. we also don’t like auto-closing in the main editors, and we already disable it there, so this is probably a good situation for extracting out more shared behavior/configuration into the
util/createAceSessionWithoutWorkerfunction.