Reformat.
This commit is contained in:
@@ -154,7 +154,7 @@ function createWindow(): void {
|
||||
label: "Log the Store",
|
||||
click: (): void => {
|
||||
log.debug(
|
||||
"Store Contents" + JSON.stringify(store.store, null, 4)
|
||||
"Store Contents" + JSON.stringify(store.store, null, 4),
|
||||
);
|
||||
},
|
||||
},
|
||||
@@ -171,7 +171,7 @@ function createWindow(): void {
|
||||
jobs
|
||||
{
|
||||
id}}
|
||||
`
|
||||
`,
|
||||
)
|
||||
.then((data) => {
|
||||
log.info("Data from graffle", data);
|
||||
|
||||
Reference in New Issue
Block a user