Add more spaces

This commit is contained in:
Oliver Blanthorn 2018-05-28 16:47:25 +01:00
parent b1211bdfae
commit 8292a9c6ed
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -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(" ")],
},
)
}