Skip to content

Commit

Permalink
fix log call
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Nov 20, 2023
1 parent 956e8db commit 11d09ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ async function buildHtmlPages(forceBuild) {
try {
await uploadAdapter();
} catch (e) {
this.log.error(`Could not upload adapter: ${e.message}`)
adapter.log.error(`Could not upload adapter: ${e.message}`)
}

// terminate promise
Expand Down

0 comments on commit 11d09ba

Please sign in to comment.