mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-16 04:12:16 +01:00
chore(chromium): typo in a comment
This commit is contained in:
@@ -137,7 +137,7 @@ func (b *chromiumBrowser) Start(logger *zap.Logger) error {
|
|||||||
b.ctxMu.Lock()
|
b.ctxMu.Lock()
|
||||||
defer b.ctxMu.Unlock()
|
defer b.ctxMu.Unlock()
|
||||||
|
|
||||||
// We have to keep the context around, as we need it to create a new tabs
|
// We have to keep the context around, as we need it to create new tabs
|
||||||
// later.
|
// later.
|
||||||
b.ctx = ctx
|
b.ctx = ctx
|
||||||
b.cancelFunc = func() {
|
b.cancelFunc = func() {
|
||||||
|
|||||||
Reference in New Issue
Block a user