require does not exists in new multishell tab

Started by finalER2000, Jul 06, 2025, 07:40 AM

Previous topic - Next topic

finalER2000

after creating new tab all standard things like require do this

hhoy

Its because multishell.launch() runs an app that does not have SHELL so you need to use shell.openTab() to open the app with shell because require is a function of shell. you can also use dofile(AbsolutePathOfFile)