mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Add more spaces
This commit is contained in:
parent
b1211bdfae
commit
8292a9c6ed
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ export class Logger {
|
|||
return browser.runtime.sendMessage({
|
||||
type: "commandline_background",
|
||||
command: "recvExStr",
|
||||
args: ["fillcmdline #" + message.join(" ")],
|
||||
args: ["fillcmdline # " + message.join(" ")],
|
||||
})
|
||||
else
|
||||
return browser.tabs.sendMessage(
|
||||
|
@ -67,7 +67,7 @@ export class Logger {
|
|||
{
|
||||
type: "commandline_frame",
|
||||
command: "fillcmdline",
|
||||
args: ["#" + message.join(" ")],
|
||||
args: ["# " + message.join(" ")],
|
||||
},
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue