mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -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({
|
return browser.runtime.sendMessage({
|
||||||
type: "commandline_background",
|
type: "commandline_background",
|
||||||
command: "recvExStr",
|
command: "recvExStr",
|
||||||
args: ["fillcmdline #" + message.join(" ")],
|
args: ["fillcmdline # " + message.join(" ")],
|
||||||
})
|
})
|
||||||
else
|
else
|
||||||
return browser.tabs.sendMessage(
|
return browser.tabs.sendMessage(
|
||||||
|
@ -67,7 +67,7 @@ export class Logger {
|
||||||
{
|
{
|
||||||
type: "commandline_frame",
|
type: "commandline_frame",
|
||||||
command: "fillcmdline",
|
command: "fillcmdline",
|
||||||
args: ["#" + message.join(" ")],
|
args: ["# " + message.join(" ")],
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue