mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
Merge pull request #1327 from glacambre/uncomment_run_exstr
excmds.ts: uncomment run_exstr
This commit is contained in:
commit
29ae8458cc
1 changed files with 2 additions and 4 deletions
|
@ -3797,12 +3797,10 @@ export async function hint(option?: string, selectors?: string, ...rest: string[
|
|||
* Hacky ex string parser.
|
||||
*
|
||||
* Use it for fire-and-forget running of background commands in content.
|
||||
*
|
||||
* @hidden
|
||||
*/
|
||||
//#content_helper
|
||||
//#content
|
||||
export function run_exstr(...commands: string[]) {
|
||||
Messaging.message("commandline_background", "recvExStr", commands)
|
||||
return Messaging.message("commandline_background", "recvExStr", commands)
|
||||
}
|
||||
|
||||
// }}}
|
||||
|
|
Loading…
Add table
Reference in a new issue